diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f81bf6f..40a27ba4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [3.0.1] - 2025-01-02 + ### Fixed - DRep was incorrectly marked as active if a DRep update occurred after a DRep registration diff --git a/package.json b/package.json index 1db509ab..cc4baf20 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockfrost-backend-ryo", - "version": "3.0.0", + "version": "3.0.1", "description": "", "keywords": [], "license": "Apache-2.0",