diff --git a/CHANGELOG.md b/CHANGELOG.md index 573c83b..de76319 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 3.1.0 + +- bump `wechat_assets_picker` to 9.2.2 & fix an issue with wechat_picker_library 1.0.3 +- exposes `pathNameBuilder` parameter to picker [#53](https://github.com/LeGoffMael/insta_assets_picker/pull/53) +- fix permission issue on Android [#52](https://github.com/LeGoffMael/insta_assets_picker/pull/52) +- fix android APK build error [#51](https://github.com/LeGoffMael/insta_assets_picker/pull/51) + ## 3.0.0 ### Features diff --git a/README.md b/README.md index 221de29..b2b233b 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ package to handle the picker and a custom version of [image_crop](https://pub.de Add this package to the `pubspec.yaml` ```yaml -insta_assets_picker: ^3.0.0 +insta_assets_picker: ^3.1.0 ``` ### ‼️ DO NOT SKIP THIS PART diff --git a/example/pubspec.lock b/example/pubspec.lock index 5e84882..2f9470c 100644 --- a/example/pubspec.lock +++ b/example/pubspec.lock @@ -243,7 +243,7 @@ packages: path: ".." relative: true source: path - version: "3.0.0" + version: "3.1.0" intl: dependency: transitive description: diff --git a/example/pubspec.yaml b/example/pubspec.yaml index 31e0c83..faf9190 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -1,7 +1,7 @@ name: insta_assets_picker_demo description: The demo project for the insta_assets_picker package. publish_to: 'none' # Remove this line if you wish to publish to pub.dev -version: 3.0.0 +version: 3.1.0 environment: sdk: ^3.2.0 diff --git a/pubspec.yaml b/pubspec.yaml index 6f57bd1..05f0838 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: insta_assets_picker description: An image (and videos) picker similar with Instagram, supports multi picking, crop and aspect ratio. -version: 3.0.0 +version: 3.1.0 repository: https://github.com/LeGoffMael/insta_assets_picker topics: - picker