Skip to content

Commit c6c155b

Browse files
chore(master): release 2.3.0 (auto-release)
1 parent 3c47aa9 commit c6c155b

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [2.3.0](https://github.com/circlefin/buidl-wallet-contracts/compare/v2.2.0...v2.3.0) (2025-08-15)
4+
5+
6+
### Features
7+
8+
* Deploy Upgradable MSCA contracts and paymaster to Avax ([#84](https://github.com/circlefin/buidl-wallet-contracts/issues/84)) ([1391f65](https://github.com/circlefin/buidl-wallet-contracts/commit/1391f655239337f2f8962596088bffb88e574fae))
9+
* Deploy UpgradableMSCAFactory to base & op ([#74](https://github.com/circlefin/buidl-wallet-contracts/issues/74)) ([56c37c9](https://github.com/circlefin/buidl-wallet-contracts/commit/56c37c9091d12f46555af8b9826be04113adc71a))
10+
11+
12+
### Bug Fixes
13+
14+
* add release actor gpg key fingerprint ([#89](https://github.com/circlefin/buidl-wallet-contracts/issues/89)) ([3c47aa9](https://github.com/circlefin/buidl-wallet-contracts/commit/3c47aa94a8422bbd69a5e71ef21dbaa5ff6e1939))
15+
16+
17+
### Documentation
18+
19+
* update chain expansion guide for bytecode deployment ([#76](https://github.com/circlefin/buidl-wallet-contracts/issues/76)) ([f96b79b](https://github.com/circlefin/buidl-wallet-contracts/commit/f96b79b35426b820ba72a803278e4c4e52629843))
20+
21+
22+
### Miscellaneous Chores
23+
24+
* fix some typos in comment ([#60](https://github.com/circlefin/buidl-wallet-contracts/issues/60)) ([2767bf5](https://github.com/circlefin/buidl-wallet-contracts/commit/2767bf59550eead7cc808feba70b1b50c9cb882d))
25+
326
## [2.2.0](https://github.com/circlefin/buidl-wallet-contracts/compare/v2.1.2...v2.2.0) (2025-02-20)
427

528

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "buidl-wallet-contracts",
3-
"version": "2.2.0",
3+
"version": "2.3.0",
44
"description": "buidl-wallet-contracts",
55
"scripts": {
66
"clean": "rm -rf cache artifacts typechain-types",

0 commit comments

Comments
 (0)