diff --git a/CHANGELOG.md b/CHANGELOG.md index 1da84fd..41dde9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +## 1.1.0 + +-refactor: :recycle: Use Logging library + +### Breaking changes +- feat: :sparkles: Request Timeout is optional. There is no default value anymore. + + ## 1.0.8 - Fix web deeplink RPC diff --git a/pubspec.yaml b/pubspec.yaml index 7abc465..660f2d2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ # SPDX-License-Identifier: AGPL-3.0-or-later name: deeplink_rpc description: A RPC-via-deeplink communication library coded in Dart. This is dedicated to Flutter mobile applications (iOS / Android). -version: 1.0.8 +version: 1.1.0 homepage: https://github.com/archethic-foundation/lib-deeplink-rpc.git environment: