Skip to content

Commit 64d7d9e

Browse files
author
GitLab CI
committed
chore(release): 3.0.10
1 parent b9db8de commit 64d7d9e

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### [3.0.10](https://github.com/britned/empire-platform-api/compare/v3.0.9...v3.0.10) (2024-05-23)
2+
3+
4+
### Features
5+
6+
* **nomination:** enable querying bpp nominations for providers
7+
18
### [3.0.9](https://github.com/britned/empire-platform-api/compare/v3.0.8...v3.0.9) (2024-05-23)
29

310
> No changes affecting Participants.

openapi.yaml

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ info:
77
---
88
99
Additional documentation available in the API's [GitHub repository](https://github.com/britned/empire-platform-api)
10-
version: 3.0.9
10+
version: 3.0.10
1111
contact:
1212
name: BritNed
1313
url: https://www.britned.com
@@ -8250,8 +8250,19 @@ components:
82508250
AggregatedNominationOptions:
82518251
type: object
82528252
required:
8253+
- bppEnabled
82538254
- nominatorOnBehalf
82548255
properties:
8256+
bppEnabled:
8257+
type: object
8258+
required:
8259+
- gb
8260+
- nl
8261+
properties:
8262+
gb:
8263+
type: boolean
8264+
nl:
8265+
type: boolean
82558266
nominatorOnBehalf:
82568267
type: boolean
82578268
nomineeParticipants:

0 commit comments

Comments
 (0)