diff --git a/CHANGELOG.md b/CHANGELOG.md index 223b476..1ba2f6e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 3.5.7 + +- fix maxKeys error while using listObject query #97 +- Bump intl from 0.19.0 to 0.20.0 in the root-pub group #96 + # 3.5.6 - Fix non en-US date time parse #95 diff --git a/pubspec.yaml b/pubspec.yaml index f9d824e..3e54bd4 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minio description: Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server. -version: 3.5.6 +version: 3.5.7 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues