diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ae8d85..c00ee52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [2.1.0](https://github.com/circlefin/buidl-wallet-contracts/compare/v2.0.0...v2.1.0) (2024-11-07) + + +### Features + +* update contracts ([#41](https://github.com/circlefin/buidl-wallet-contracts/issues/41)) ([c0129bc](https://github.com/circlefin/buidl-wallet-contracts/commit/c0129bca1fd4049f405839c6a32a49999d735364)) + + +### Documentation + +* Add verification instructions for proxy accounts ([#38](https://github.com/circlefin/buidl-wallet-contracts/issues/38)) ([d395e5e](https://github.com/circlefin/buidl-wallet-contracts/commit/d395e5e86f41764a6ce953719c1fc489fd992ecb)) + ## [2.0.0](https://github.com/circlefin/buidl-wallet-contracts/compare/v1.0.0...v2.0.0) (2024-10-29) diff --git a/package.json b/package.json index 2c48eb8..a4dc4ea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buidl-wallet-contracts", - "version": "2.0.0", + "version": "2.1.0", "description": "buidl-wallet-contracts", "scripts": { "clean": "rm -rf cache artifacts typechain-types",