diff --git a/CHANGELOG.md b/CHANGELOG.md index c893664d..eaad6663 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,10 +9,18 @@ that can be found in the LICENSE file. --> ## Unreleased +*None.* + +## 9.4.1 + ### Improvements - Improves the default sort conditions. +### Fixes + +- Fixes selecting when reached the max asset limit in the preview. + ## 9.4.0 ### Improvements diff --git a/pubspec.yaml b/pubspec.yaml index 7bc04ea8..b227f2db 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,5 +1,5 @@ name: wechat_assets_picker -version: 9.4.0 +version: 9.4.1 description: | An image picker (also with videos and audio) for Flutter projects based on WeChat's UI,