diff --git a/CHANGELOG.md b/CHANGELOG.md index 46516f5f..0d58be5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.28.0-dev.2 (TBD) + +### Changed + +- **Breaking**: Rename `ForkJoinStream.combine2`..`combine9` to `ForkJoinStream.join2`..`join9`. + ## 0.28.0-dev.1 (2024-01-27) Feedback on this change appreciated as this is a dev release before 0.28.0 stable! diff --git a/pubspec.yaml b/pubspec.yaml index e9b74dcd..9ffb2e67 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: rxdart -version: 0.28.0-dev.1 +version: 0.28.0-dev.2 description: > RxDart is an implementation of the popular reactiveX api for asynchronous programming, leveraging the native Dart Streams api.