diff --git a/CHANGELOG.md b/CHANGELOG.md index 32f490b..0b16e81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.0.2 + +* Migrated ArcaneAuthenticationService's isSignedIn to a ValueListenable + +## 1.0.1+1 + +* Removed ID and secure storage services to improve platform compatibility + ## 1.0.0 * Initial release diff --git a/pubspec.yaml b/pubspec.yaml index fea6ae0..47106f0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: arcane_framework description: "The Arcane Framework provides a modular, feature-rich solution for bootstrapping new applications." -version: 1.0.1+1 +version: 1.0.2 repository: https://github.com/hanskokx/arcane_framework issue_tracker: https://github.com/hanskokx/arcane_framework/issues