diff --git a/CHANGELOG.md b/CHANGELOG.md index 149eee3f..d7f4ffe3 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] +## [11.11.0] + ### Added - Add Stellar CAIP namespace ([#278](https://github.com/MetaMask/utils/pull/278)) @@ -490,7 +492,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release -[Unreleased]: https://github.com/MetaMask/utils/compare/v11.10.0...HEAD +[Unreleased]: https://github.com/MetaMask/utils/compare/v11.11.0...HEAD +[11.11.0]: https://github.com/MetaMask/utils/compare/v11.10.0...v11.11.0 [11.10.0]: https://github.com/MetaMask/utils/compare/v11.9.0...v11.10.0 [11.9.0]: https://github.com/MetaMask/utils/compare/v11.8.1...v11.9.0 [11.8.1]: https://github.com/MetaMask/utils/compare/v11.8.0...v11.8.1 diff --git a/package.json b/package.json index 197d2382..469c78c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/utils", - "version": "11.10.0", + "version": "11.11.0", "description": "Various JavaScript/TypeScript utilities of wide relevance to the MetaMask codebase", "homepage": "https://github.com/MetaMask/utils#readme", "bugs": {