diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f1064c..fdb0fcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,21 @@ Unreleased changes are in the `master` branch. ## [Unreleased] +## [0.1.72] - 2025-01-16 + +### Added + +- New fields in `/governance/dreps/:drep` + - `retired`: Indicates the registration state of the DRep. Set to `true` if the DRep has been deregistered; otherwise, `false`. + - `expired`: , Indicates whether the DRep has been inactive for a consecutive number of epochs (determined by a epoch parameter `drep_activity`) + - `last_active_epoch`: Epoch of the most recent action - registration, update, deregistration or voting + +### Changed + +- Deprecated fields in `/governance/dreps/:drep` + - `active`: Superseded by the new `retired` and `expired` + - `active_epoch`: Replaced by `last_active_epoch` + ## [0.1.71] - 2024-12-01 ### Added diff --git a/package.json b/package.json index 666d0ad..7b4f48e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/openapi", - "version": "0.1.71", + "version": "0.1.72", "description": "OpenAPI specifications for blockfrost.io", "repository": "git@github.com:blockfrost/openapi.git", "author": "admin@blockfrost.io",