diff --git a/CHANGELOG.md b/CHANGELOG.md index 97bb702e..465dbc72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.1.0] +### Added +- Add `fetchSwapsFeatureFlags` to fetch global and chain feature flags at once ([#229](https://github.com/MetaMask/swaps-controller/pull/229)) + +### Fixed +- Fix bug in contract instance creation for `getERC20Allowance` ([#241](https://github.com/MetaMask/swaps-controller/pull/241)) + ## [8.0.0] ### Changed - **BREAKING**: Replace `@metamask/controllers` with individual controller packages ([#193](https://github.com/MetaMask/swaps-controller/pull/193)) ([#214](https://github.com/MetaMask/swaps-controller/pull/214)) ([#215](https://github.com/MetaMask/swaps-controller/pull/215)) @@ -135,7 +142,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Use standalone gas API endpoint ([#70](https://github.com/MetaMask/swaps-controller/pull/70)) - Bump @metamask/controllers from 14.1.0 to 14.2.0 ([#69](https://github.com/MetaMask/swaps-controller/pull/69)) -[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v8.0.0...HEAD +[Unreleased]: https://github.com/MetaMask/swaps-controller/compare/v8.1.0...HEAD +[8.1.0]: https://github.com/MetaMask/swaps-controller/compare/v8.0.0...v8.1.0 [8.0.0]: https://github.com/MetaMask/swaps-controller/compare/v7.0.1...v8.0.0 [7.0.1]: https://github.com/MetaMask/swaps-controller/compare/v7.0.0...v7.0.1 [7.0.0]: https://github.com/MetaMask/swaps-controller/compare/v6.9.3...v7.0.0 diff --git a/package.json b/package.json index 0975288c..b4f34f5f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@metamask/swaps-controller", - "version": "8.0.0", + "version": "8.1.0", "description": "MetaMask Swaps controller module", "publishConfig": { "registry": "https://registry.npmjs.org/",