diff --git a/CHANGELOG.md b/CHANGELOG.md index a06d171..88d131f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 8.3.2 +### ⚠️ BREAKING CHANGE +* Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024) + +### 🐛 Bug Fixes +* Fix issue #410: "reply already sent and a possible ANR". Tks @Junglee-Faisal + +### 🎉 Features +* Migrated Gradle to declarative plugins block + ## 8.3.1 ### ⚠️ BREAKING CHANGE * Minimum required Dart SDK version 3.3.0 (Flutter 3.19.0 - 15/02/2024) diff --git a/example/pubspec.lock b/example/pubspec.lock index 8827b94..902119b 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -84,7 +84,7 @@ packages: path: ".." relative: true source: path - version: "8.3.1" + version: "8.3.2" flutter_lints: dependency: "direct dev" description: diff --git a/pubspec.yaml b/pubspec.yaml index 97bb137..3f679c2 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: flutter_branch_sdk description: "Flutter Plugin for create deep link using Brach SDK (https://branch.io). This plugin provides a cross-platform (iOS, Android, Web)." -version: 8.3.1 +version: 8.3.2 repository: https://github.com/RodrigoSMarques/flutter_branch_sdk environment: