diff --git a/CHANGELOG.md b/CHANGELOG.md index a964751..58a496a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [4.0.5](https://github.com/cheqd/sdk/compare/4.0.4...4.0.5) (2024-10-24) + +### Bug Fixes + +* Bump default resource gas units ([ae8860d](https://github.com/cheqd/sdk/commit/ae8860de540f01cf96bdb2ef25269df4181e6b81)) + ## [4.0.5-develop.1](https://github.com/cheqd/sdk/compare/4.0.4...4.0.5-develop.1) (2024-10-24) ### Bug Fixes diff --git a/package.json b/package.json index 75525fc..e859041 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cheqd/sdk", - "version": "4.0.5-develop.1", + "version": "4.0.5", "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)",