diff --git a/CHANGELOG.md b/CHANGELOG.md index 7b17d62..4421e53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## Unreleased +## 2.4.0 - 2023-03-15 ### Removed - `addr_vk` support in `paymentCredToBech32Address` diff --git a/package.json b/package.json index 4aece17..db92eae 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@blockfrost/blockfrost-utils", - "version": "2.3.2", + "version": "2.4.0", "repository": "git@github.com:blockfrost/blockfrost-utils.git", "license": "Apache-2.0", "author": "blockfrost.io",