diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cce13f2..c293ad07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.2.1 + +- [Wallet] Fixed and issue where Sign Engine was not properly deciding between using a registered request handler or emitting an onSessionRequest event. + ## 2.2.0 - Added Smart Contract interactions to SignEngine diff --git a/lib/src/version.dart b/lib/src/version.dart index 3f25c8a6..5022a538 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.2.0'; +const packageVersion = '2.2.1'; diff --git a/pubspec.yaml b/pubspec.yaml index f19fafc4..8e4ec9f8 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: walletconnect_flutter_v2 description: This repository contains oficial implementation of WalletConnect v2 protocols for Flutter applications. The communications protocol for web3. -version: 2.2.0 +version: 2.2.1 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: