Skip to content

Commit e37ef4c

Browse files
committed
release: 0.1.72
1 parent b49e619 commit e37ef4c

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,21 @@ Unreleased changes are in the `master` branch.
99

1010
## [Unreleased]
1111

12+
## [0.1.72] - 2025-01-16
13+
14+
### Added
15+
16+
- New fields in `/governance/dreps/:drep`
17+
- `retired`: Indicates the registration state of the DRep. Set to `true` if the DRep has been deregistered; otherwise, `false`.
18+
- `expired`: , Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter `drep_activity`)
19+
- `last_active_epoch`: Epoch of the most recent action - registration, update, deregistration or voting
20+
21+
### Changed
22+
23+
- Deprecated fields in `/governance/dreps/:drep`
24+
- `active`: Superseded by the new `retired` and `expired`
25+
- `active_epoch`: Replaced by `last_active_epoch`
26+
1227
## [0.1.71] - 2024-12-01
1328

1429
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@blockfrost/openapi",
3-
"version": "0.1.71",
3+
"version": "0.1.72",
44
"description": "OpenAPI specifications for blockfrost.io",
55
"repository": "git@github.com:blockfrost/openapi.git",
66
"author": "admin@blockfrost.io",

0 commit comments

Comments
 (0)