diff --git a/CHANGELOG.md b/CHANGELOG.md index 271e405e..b4aaf9eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.1.0 + +- Added IWebSocketHandler input to core for testing purposes +- No internet connection/invalid URL errors now throw a WalletConnectError +- .org fallback is used if the relay URL fails + ## 2.0.16 - Updated error logs to be more descriptive diff --git a/lib/apis/utils/constants.dart b/lib/apis/utils/constants.dart index 9f1d859c..012d5cb4 100644 --- a/lib/apis/utils/constants.dart +++ b/lib/apis/utils/constants.dart @@ -1,5 +1,5 @@ class WalletConnectConstants { - static const SDK_VERSION = '2.0.16'; + static const SDK_VERSION = '2.1.0'; static const CORE_PROTOCOL = 'wc'; static const CORE_VERSION = 2; diff --git a/pubspec.yaml b/pubspec.yaml index c72065c1..4107da80 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.0.16 +version: 2.1.0 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: