diff --git a/CHANGELOG.md b/CHANGELOG.md index b1aba1a4..334b3567 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.1.6 + +- Minor changes. + ## 2.1.5 - Added a core heartbeat to check and expire on pairing and sessions. diff --git a/lib/apis/utils/constants.dart b/lib/apis/utils/constants.dart index 3c09d31d..de7a408e 100644 --- a/lib/apis/utils/constants.dart +++ b/lib/apis/utils/constants.dart @@ -1,5 +1,5 @@ class WalletConnectConstants { - static const SDK_VERSION = '2.1.5'; + static const SDK_VERSION = '2.1.6'; static const CORE_PROTOCOL = 'wc'; static const CORE_VERSION = 2; diff --git a/lib/src/version.dart b/lib/src/version.dart index a0aa4231..88c2f9fb 100644 --- a/lib/src/version.dart +++ b/lib/src/version.dart @@ -1,2 +1,2 @@ // Generated code. Do not modify. -const packageVersion = '2.1.5'; +const packageVersion = '2.1.6'; diff --git a/pubspec.yaml b/pubspec.yaml index 88020d2c..d6beb4dd 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.1.5 +version: 2.1.6 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: