diff --git a/CHANGELOG.md b/CHANGELOG.md index c0736be..6e2b41e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.1.8 + +* Fix incorrect useroperation receipt map key +* Fix safeSingleton type incosistency in create account + ## 0.1.7 * Add surpport for user defined safe singleton diff --git a/pubspec.yaml b/pubspec.yaml index 62362b8..30951ec 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: variance_dart description: An Account Abstraction (4337) Development kit, for quickly building mobile web3 apps and smart wallets. -version: 0.1.7 +version: 0.1.8 documentation: https://docs.variance.space homepage: https://variance.space repository: https://github.com/vaariance/variance-dart