diff --git a/CHANGELOG.md b/CHANGELOG.md index eac491b..9bfd541 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [24.2.0] + +### Changed + +- Add clientVersion to SentinelMeta type ([#587](https://github.com/MetaMask/smart-transactions-controller/pull/587)) + ## [24.1.1] ### Changed @@ -802,7 +808,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add initial SmartTransactionsController ([#1](https://github.com/MetaMask/smart-transactions-controller/pull/1)) - Initial commit -[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.1...HEAD +[Unreleased]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.2.0...HEAD +[24.2.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.1...v24.2.0 [24.1.1]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.1.0...v24.1.1 [24.1.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v24.0.0...v24.1.0 [24.0.0]: https://github.com/MetaMask/smart-transactions-controller/compare/v23.0.0...v24.0.0 diff --git a/package.json b/package.json index 214942c..4a358ab 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/smart-transactions-controller", - "version": "24.1.1", + "version": "24.2.0", "description": "Improves success rates for swaps by trialing transactions privately and finding minimum fees", "repository": { "type": "git",