diff --git a/CHANGELOG.md b/CHANGELOG.md index 188a6bf..c65d3f7 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ +## 1.0.2 +* [#7](https://github.com/roughike/streaming_shared_preferences/pull/7): Loosen constraints on `shared_preferences` dependency +* [#10](https://github.com/roughike/streaming_shared_preferences/pull/10): Add `WidgetsFlutterBinding.ensureInitialize()` to README and example project + ## 1.0.1 -* [#1](https://github.com/roughike/streaming_shared_preferences/pull/1): Fix a bug where reusing a `Preference` between multiple listeners only propagated the change to the first one. +* [#1](https://github.com/roughike/streaming_shared_preferences/pull/1): Fix a bug where reusing a `Preference` between multiple listeners only propagated the change to the first one ## 1.0.0 * Initial stable release. \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index ac7c9f9..8e21869 100755 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: streaming_shared_preferences description: A stream based wrapper over shared_preferences, allowing reactive key-value storage. -version: 1.0.1 +version: 1.0.2 author: Iiro Krankka homepage: https://github.com/roughike/streaming_shared_preferences