diff --git a/CHANGELOG.md b/CHANGELOG.md index 9bba895a..952dfa28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,32 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## 2024-08-27 + +### Changes + +--- + +Packages with breaking changes: + + - There are no breaking changes in this release. + +Packages with other changes: + + - [`wifi_iot` - `v0.3.19+1`](#wifi_iot---v03191) + - [`wifi_scan` - `v0.4.1+1`](#wifi_scan---v0411) + +--- + +#### `wifi_iot` - `v0.3.19+1` + + - **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398). + +#### `wifi_scan` - `v0.4.1+1` + + - **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398). + + ## 2023-09-04 ### Changes diff --git a/packages/wifi_iot/CHANGELOG.md b/packages/wifi_iot/CHANGELOG.md index 7a2d7240..4173eae6 100644 --- a/packages/wifi_iot/CHANGELOG.md +++ b/packages/wifi_iot/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.3.19+1 + + - **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398). + ## 0.3.19 - **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360) diff --git a/packages/wifi_iot/pubspec.yaml b/packages/wifi_iot/pubspec.yaml index e56cbf17..402acd52 100644 --- a/packages/wifi_iot/pubspec.yaml +++ b/packages/wifi_iot/pubspec.yaml @@ -1,6 +1,6 @@ name: wifi_iot description: Flutter plugin which can handle WiFi connections and hotspot (AP, STA) -version: 0.3.19 +version: 0.3.19+1 homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_iot flutter: diff --git a/packages/wifi_scan/CHANGELOG.md b/packages/wifi_scan/CHANGELOG.md index d583d6d9..24617f2a 100644 --- a/packages/wifi_scan/CHANGELOG.md +++ b/packages/wifi_scan/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.1+1 + + - **FIX**: Update compileSdkVersion to fix Android release build with flutter 3.24 (#398). + ## 0.4.1 - - **CHORE**: Update Gradle to 8.2 and AGP to 8.2.0 (#360) diff --git a/packages/wifi_scan/pubspec.yaml b/packages/wifi_scan/pubspec.yaml index b30bcd89..9fedfe0d 100644 --- a/packages/wifi_scan/pubspec.yaml +++ b/packages/wifi_scan/pubspec.yaml @@ -1,6 +1,6 @@ name: wifi_scan description: Flutter plugin to scan for nearby visible WiFi access points. -version: 0.4.1 +version: 0.4.1+1 homepage: https://github.com/flutternetwork/WiFiFlutter/tree/master/packages/wifi_scan environment: