diff --git a/packages/bloc_concurrency/CHANGELOG.md b/packages/bloc_concurrency/CHANGELOG.md index 6e9c6217ca0..46f80c29819 100644 --- a/packages/bloc_concurrency/CHANGELOG.md +++ b/packages/bloc_concurrency/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.2.5 + +- docs: improve diagrams +- chore: update copyright year +- chore: update sponsors + # 0.2.4 - chore: update sponsors diff --git a/packages/bloc_concurrency/pubspec.yaml b/packages/bloc_concurrency/pubspec.yaml index 479b39a7f52..e9e4da2a95f 100644 --- a/packages/bloc_concurrency/pubspec.yaml +++ b/packages/bloc_concurrency/pubspec.yaml @@ -1,6 +1,6 @@ name: bloc_concurrency description: Custom event transformers inspired by ember concurrency. Built to be used with the bloc state management package. -version: 0.2.4 +version: 0.2.5 repository: https://github.com/felangel/bloc/tree/master/packages/bloc_concurrency issue_tracker: https://github.com/felangel/bloc/issues homepage: https://github.com/felangel/bloc