diff --git a/CHANGELOG.md b/CHANGELOG.md index 04d5f31..4d14f5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3.2 + +- Add `combineLatest`, `merge` and `zip` event extension methods (#20) +- Add `sendStream` method to `RequestManager` (#21) +- Add more cancellation functionality (#19) + ## 0.3.1 - Avoid concurrent modification errors (#14) diff --git a/pubspec.yaml b/pubspec.yaml index 00fe1fa..17a5191 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -2,7 +2,7 @@ name: dart_mediator description: > A simple yet highly configurable Mediator implementation that allows sending requests and publishing events. -version: 0.3.1 +version: 0.3.2 repository: https://github.com/MatthiWare/mediator.dart issue_tracker: https://github.com/MatthiWare/mediator.dart/issues @@ -17,6 +17,6 @@ dependencies: meta: ^1.9.0 dev_dependencies: - lints: ">=3.0.0 <6.0.0" + lints: '>=3.0.0 <6.0.0' test: ^1.24.9 mocktail: ^1.0.1