Skip to content

Commit 96ffe46

Browse files
committed
Updated changelog to include 1.0.6+1 details
1 parent fe915b9 commit 96ffe46

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,18 @@
11
## 2.0.0
22
* Move from swift to Objective-C and from Kotlin to Java
33

4-
## 1.0.6
4+
## 1.0.6+1
5+
* Revert the breaking 1.0.6 update. 1.0.6 was known to be breaking and should have incremented the major version number instead of the minor. This revert is in and of itself breaking for anyone that has already migrated however. Anyone who has already migrated their app to AndroidX should immediately update to 2.0.0 instead. That's the correctly versioned new push of 1.0.6.
56

6-
* Fixes a small issue caused by compiling against master build of Flutter.
7+
## 1.0.6
8+
* **BAD.** This was a breaking change that was incorrectly published on a minor version upgrade, should never have happened. Reverted by 1.0.6+1.
9+
10+
"**Breaking change.** Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library."
711

812
## 1.0.5
13+
* **BAD.** This was a breaking change that was incorrectly published on a minor version upgrade, should never have happened. Reverted by 1.0.6+1.
914

10-
* Update Kotlin version and added support for Android X;
11-
* Update static code analysis options to confirm to the latest recommendations from the Flutter team.
15+
"**Breaking change.** Migrate from the deprecated original Android Support Library to AndroidX. This shouldn't result in any functional changes, but it requires any Android apps using this plugin to also migrate if they're using the original support library."
1216

1317
## 1.0.4
1418

0 commit comments

Comments
 (0)