diff --git a/CHANGELOG.md b/CHANGELOG.md index 3ea5ec76..663d73c5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ To know more about breaking changes, see the [Migration Guide][]. ## Unreleased +*None.* + +## 3.6.0 + ### Features - Allows to get the duration of a Live Photo with `AssetEntity.durationWithOptions` on iOS and macOS. diff --git a/example/pubspec.yaml b/example/pubspec.yaml index b261e003..43cf60fa 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,6 +1,5 @@ name: photo_manager_example description: Demonstrates how to use the photo_manager plugin. -version: 3.5.2+35 publish_to: none environment: diff --git a/example_ohos/pubspec.yaml b/example_ohos/pubspec.yaml index 15a573c2..fded2d77 100644 --- a/example_ohos/pubspec.yaml +++ b/example_ohos/pubspec.yaml @@ -1,6 +1,5 @@ name: photo_manager_example_ohos description: Demonstrates how to use the photo_manager plugin. -version: 3.5.2+35 publish_to: none environment: diff --git a/pubspec.yaml b/pubspec.yaml index b7f6c002..dafdc526 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.5.2 +version: 3.6.0 environment: sdk: ">=2.13.0 <4.0.0"