diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b28b5b..bd05673 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## 2.0.0 + +*Breaking changes: +• Move "newest" parameter from "listMedia" to "listAlbums" API +• Move "newest" property from "MediaPage" to "Media" +• Add "newest" parameter of getAlbumThumbnail API +• Update to "album" parameter of AlbumThumbnailProvider +• Update "mediumType" to be optional parameter of "listAlbums" to allow fetch both type of media +• Remove unnecessary "total" parameter of "listMedia" API +• Remove unnecessary "total" property of "MediaPage", use "total" of "Album" instead. + ## 1.2.2 Upgrade deprecated code. diff --git a/pubspec.yaml b/pubspec.yaml index 76a1015..be27f0f 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: photo_gallery description: A Flutter plugin that retrieves images and videos from mobile native gallery. -version: 1.2.2 +version: 2.0.0 repository: https://github.com/Firelands128/photo_gallery environment: