diff --git a/CHANGELOG.md b/CHANGELOG.md index b09433c..f04992a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## Version 3.0.0 +* Use Logging library for [LogManager] + +### Breaking changes +* [LogManager.logsActived] replaced by [LogManager.remoteLogsEnabled] + ## 2.1.3 * Upgrade archethic_wallet_client to 2.1.3 diff --git a/pubspec.yaml b/pubspec.yaml index e696c3b..28400da 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: archethic_dapp_framework_flutter description: An internal framework for archethic flutter development homepage: https://github.com/archethic-foundation/archethic-dapp-framework-flutter -version: 2.1.3 +version: 3.0.0 environment: sdk: ">=3.3.0 <4.0.0"