diff --git a/CHANGELOG.md b/CHANGELOG.md index c54fa94..b15fcdb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.3](https://github.com/cheqd/sdk/compare/4.0.2...4.0.3) (2024-08-20) + +### Bug Fixes + +* Downgrade stablelib to v1.0.3 [DEV-4244] ([#369](https://github.com/cheqd/sdk/issues/369)) ([7f37f2f](https://github.com/cheqd/sdk/commit/7f37f2fdc466cb5abeac4c39a644a3aa52eaad91)) + ## [4.0.3-develop.1](https://github.com/cheqd/sdk/compare/4.0.2...4.0.3-develop.1) (2024-08-20) ### Bug Fixes diff --git a/package.json b/package.json index 3b439ad..ea277d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "4.0.3-develop.1", + "version": "4.0.3", "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)",