Skip to content

Commit 6afd79f

Browse files
chore(master): release 2.0.0 (auto-release)
1 parent 768eeb7 commit 6afd79f

File tree

2 files changed

+34
-1
lines changed

2 files changed

+34
-1
lines changed

CHANGELOG.md

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

3+
## [2.0.0](https://github.com/circlefin/buidl-wallet-contracts/compare/v1.0.0...v2.0.0) (2024-10-18)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* Revert unaudited token receiver changes ([#8](https://github.com/circlefin/buidl-wallet-contracts/issues/8))
9+
10+
### Features
11+
12+
* Deployed and Verified SponsorPaymaster on Mainnet ([#25](https://github.com/circlefin/buidl-wallet-contracts/issues/25)) ([768eeb7](https://github.com/circlefin/buidl-wallet-contracts/commit/768eeb746138c536588b30d49050625bbc7e5528))
13+
* sync v0.8 accounts to recent 6900 spec ([#20](https://github.com/circlefin/buidl-wallet-contracts/issues/20)) ([e1e2eee](https://github.com/circlefin/buidl-wallet-contracts/commit/e1e2eeea51f72cfe676356d7b05c3cce3c42a9de))
14+
15+
16+
### Bug Fixes
17+
18+
* Revert unaudited token receiver changes ([#8](https://github.com/circlefin/buidl-wallet-contracts/issues/8)) ([2549e72](https://github.com/circlefin/buidl-wallet-contracts/commit/2549e726144a87807bcc3a29628093c33d18ee10))
19+
20+
21+
### Documentation
22+
23+
* document SingleOwnerMSCAFactory std-json-input ([#10](https://github.com/circlefin/buidl-wallet-contracts/issues/10)) ([31398de](https://github.com/circlefin/buidl-wallet-contracts/commit/31398deb3b3af7c35f3521c5ff2d10b092b2b65b))
24+
25+
26+
### Miscellaneous Chores
27+
28+
* install new view func for convenience ([#22](https://github.com/circlefin/buidl-wallet-contracts/issues/22)) ([2a17ad5](https://github.com/circlefin/buidl-wallet-contracts/commit/2a17ad5fb15313425188f4235b9568c94e1bfc7e))
29+
* update deps ([#14](https://github.com/circlefin/buidl-wallet-contracts/issues/14)) ([f5575d0](https://github.com/circlefin/buidl-wallet-contracts/commit/f5575d0886bdaa49bd1100f2a06261d6060490df))
30+
31+
32+
### Code Refactoring
33+
34+
* deployment scripts and commands ([#12](https://github.com/circlefin/buidl-wallet-contracts/issues/12)) ([7388395](https://github.com/circlefin/buidl-wallet-contracts/commit/7388395fac2ac8bcd19af9a1caaac5df3c4813f2))
35+
336
## 1.0.0 (2024-09-27)
437

538

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": "1.0.0",
3+
"version": "2.0.0",
44
"description": "buidl-wallet-contracts",
55
"scripts": {
66
"clean": "rm -rf cache artifacts typechain-types",

0 commit comments

Comments
 (0)