diff --git a/CHANGELOG.md b/CHANGELOG.md index 7346804a..4fd1dfc8 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.2.0] - 2024-09-12 + ### Added - `/txs/{hash}/utxos` diff --git a/package.json b/package.json index 5ca9aa3e..28d05a2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "blockfrost-backend-ryo", - "version": "2.1.1", + "version": "2.2.0", "description": "", "keywords": [], "license": "Apache-2.0",