From 0df6c09bc25d1c2f479690e6d518c7af14f19f43 Mon Sep 17 00:00:00 2001 From: Chralu Date: Wed, 18 Sep 2024 15:34:37 +0200 Subject: [PATCH] chore: :bookmark: Prepare v2.1.0 --- CHANGELOG.md | 9 +++++++++ pubspec.yaml | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b9818c2..9459ca6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ Changelog ========= + +## 2.1.0 +- feat: :sparkles: Websocket connector attempts a connection to determine its availability. +- feat: :sparkles: Deeplink commands use appropriate timeout + +### Breaking changes +- Auto-connect is now asynchronous. +- feat: :sparkles: Deeplink is enabled on Web platform. + ## 2.0.8 - Add sign payloads command - Add remove service command diff --git a/pubspec.yaml b/pubspec.yaml index d301418..6f73a9d 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: archethic_wallet_client description: A client dart library to interact with Archethic Wallet RPC API. -version: 2.0.8 +version: 2.1.0 homepage: https://github.com/archethic-foundation/archethic-wallet-client-dart