diff --git a/CHANGELOG.md b/CHANGELOG.md index ebbc9288..bdcdb26f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 2.0.15 + +- Added 1002 and 1005 to relay auto-reconnect + ## 2.0.14 - Fixed regression of optionalNamespaces not being nullable diff --git a/lib/apis/utils/constants.dart b/lib/apis/utils/constants.dart index bd31b216..d27b9816 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.14'; + static const SDK_VERSION = '2.0.15'; static const CORE_PROTOCOL = 'wc'; static const CORE_VERSION = 2; diff --git a/pubspec.yaml b/pubspec.yaml index e369995b..96a42e5c 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.14 +version: 2.0.15 repository: https://github.com/WalletConnect/WalletConnectFlutterV2 environment: @@ -10,7 +10,7 @@ dependencies: flutter: sdk: flutter web_socket_channel: ^2.4.0 - http: ^1.1.0 + http: '>=0.13.0 <1.2.0' cryptography: ^2.0.5 convert: ^3.0.1 json_annotation: ^4.8.1