diff --git a/CHANGELOG.md b/CHANGELOG.md index 665bb76..35474ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.5.0 - Jul 24, 2022 + +- Update dependencies + - `disposebag: ^1.5.1` + - `rxdart_ext: ^0.2.3` (`~ rxdart: ^0.27.5`) + ## 2.4.0 - Sep 13, 2021 - Remove `distinct_value_connectable_stream` dependency. diff --git a/pubspec.yaml b/pubspec.yaml index 34d2a01..4f663bd 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: rx_redux description: Redux implementation based on Dart Stream, with the power of RxDart. Reactive redux store for Dart & Flutter. -version: 2.4.0 +version: 2.5.0 homepage: https://github.com/hoc081098/rx_redux.git repository: https://github.com/hoc081098/rx_redux.git issue_tracker: https://github.com/hoc081098/rx_redux/issues