diff --git a/CHANGELOG.md b/CHANGELOG.md index 006e9788..d7909726 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,10 @@ -## 2.1.4 - UNRELEASED +## 2.1.5 + +- Core defaults to `Logger.level = Level.nothing` to prevent logs from being printed by default +- Resolved errors with pairings and sessions trying to subscribe even when the relay wasn't connected +- Additional bugs resolved + +## 2.1.4 - Core defaults to `Logger.level = Level.nothing` to prevent logs from being printed by default - Resolved errors with pairings and sessions trying to subscribe even when the relay wasn't connected diff --git a/lib/apis/utils/constants.dart b/lib/apis/utils/constants.dart index 6f737234..3c09d31d 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.4'; + static const SDK_VERSION = '2.1.5'; static const CORE_PROTOCOL = 'wc'; static const CORE_VERSION = 2; diff --git a/pubspec.yaml b/pubspec.yaml index 06507bf8..8331ccfc 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: walletconnect_flutter_v2 -description: WalletConnect v2 client made in dart for flutter. -version: 2.1.4 +description: This repository contains oficial implementation of WalletConnect v2 protocols for Flutter applications. The communications protocol for web3. +version: 2.1.5 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: