diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f9ed6d..ccc1f39 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 +## 2.9.0 - 2024-10-20 + ### Added - `validateStakeCred`: Validates and extracts stake credentials from Cardano stake addresses, stake keys, and script addresses, returning the credential type, hex value, and db-sync stake address. diff --git a/package.json b/package.json index 263dd02..e4e5f9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/blockfrost-utils", - "version": "2.8.1", + "version": "2.9.0", "repository": "git@github.com:blockfrost/blockfrost-utils.git", "license": "Apache-2.0", "author": "blockfrost.io",