diff --git a/CHANGELOG.md b/CHANGELOG.md index f5c30751..5f9e7b8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ To know more about breaking changes, see the [Migration Guide][]. ## Unreleased +*None.* + +## 3.8.3 + **Fixes** - Fix all media assets being returned when `filterOption` is not specified instead of respecting the requested type. diff --git a/pubspec.yaml b/pubspec.yaml index 77c43614..5c30975e 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,7 +1,7 @@ name: photo_manager description: A Flutter plugin that provides album assets abstraction management APIs on Android, iOS, macOS, and OpenHarmony. repository: https://github.com/fluttercandies/flutter_photo_manager -version: 3.8.2 +version: 3.8.3 environment: sdk: ">=2.13.0 <4.0.0"