diff --git a/CHANGELOG.md b/CHANGELOG.md index fd644bf..9ffe67e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.0.0 + +Add null safety support. + +Add sorting by newest or oldest functionality to ```listMedia``` API. + ## 0.4.0 Add ```cleanCache``` api to clean the cache directory. diff --git a/pubspec.yaml b/pubspec.yaml index aae514b..ec79eb5 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: 0.4.0-nullsafety.0 +version: 1.0.0 repository: https://github.com/Firelands128/photo_gallery environment: