diff --git a/CHANGELOG.md b/CHANGELOG.md index 10ea3f0..35c8c51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Changelog +## [5.0.0](https://github.com/cheqd/sdk/compare/4.0.5...5.0.0) (2024-11-21) + +### ⚠ BREAKING CHANGES + +* Added v3 core protocol support + +### Features + +* Added v3 core protocol support ([36936de](https://github.com/cheqd/sdk/commit/36936ded4b8c688ab5eb7a1b36df2c5c4781aefe)) + ## [5.0.0-develop.1](https://github.com/cheqd/sdk/compare/4.0.5...5.0.0-develop.1) (2024-11-21) ### ⚠ BREAKING CHANGES diff --git a/package.json b/package.json index b2ac784..4e8001f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "5.0.0-develop.1", + "version": "5.0.0", "description": "A TypeScript SDK built with CosmJS to interact with cheqd network ledger", "license": "Apache-2.0", "author": "Cheqd Foundation Limited (https://github.com/cheqd)",