diff --git a/flutter_web_auth_2/CHANGELOG.md b/flutter_web_auth_2/CHANGELOG.md index 63953f0..dfe956c 100644 --- a/flutter_web_auth_2/CHANGELOG.md +++ b/flutter_web_auth_2/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.1.1 + +- 🐛 Fix Windows support and support for future platforms +- 🐛 Fix example on Windows +- 🌹 `127.0.0.1` is now also a supported callback URL host on Windows +- 🌹 Cleaned up platform implementations + ## 1.1.0 - 🌹 Tested `flutter_web_auth_2` with Flutter `3.3.0`, seems to work! diff --git a/flutter_web_auth_2_platform_interface/CHANGELOG.md b/flutter_web_auth_2_platform_interface/CHANGELOG.md index 3fc8f21..79c151a 100644 --- a/flutter_web_auth_2_platform_interface/CHANGELOG.md +++ b/flutter_web_auth_2_platform_interface/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- 🌹 Cleaned up platform implementations + ## 1.1.0 - No change diff --git a/flutter_web_auth_2_windows/CHANGELOG.md b/flutter_web_auth_2_windows/CHANGELOG.md index 11e8f8c..f323890 100644 --- a/flutter_web_auth_2_windows/CHANGELOG.md +++ b/flutter_web_auth_2_windows/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.1.1 + +- 🌹 `127.0.0.1` is now also a supported callback URL host + ## 1.1.0 - 🌹 Updated `win32` to `3.0.0`