diff --git a/CHANGELOG.md b/CHANGELOG.md index b66a7a5..5684a89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.3.2 - 2023-12-21 + +- Allow computations to use other computations via `.asStream` +- Added `useOr` + ## 0.3.1 - 2023-12-17 - Disallow computations from doing most async operations diff --git a/pubspec.yaml b/pubspec.yaml index 82fdf95..dcad9b4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -3,7 +3,7 @@ description: Straightforward, reliable, performant and testable reactive state m repository: https://github.com/mstniy/computed.dart -version: 0.3.1 +version: 0.3.2 environment: sdk: ">=2.16.0 <4.0.0"