diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fbdaa5..e69b042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.2.5+1 + +- Fixed example warning with dummy method +- Fixed pubspec.yaml conventions + ## 1.2.5 - Bump `rx_dart` version to `^0.22.0` diff --git a/pubspec.yaml b/pubspec.yaml index 9691977..cde07b3 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: hydrated description: An automatically persisted BehaviorSubject with simple hydration for Flutter. Intended to be used with the BLoC pattern. -version: 1.2.5 +version: 1.2.5+1 homepage: https://github.com/lukepighetti/hydrated environment: