From fff77bfcb6b3d5f0d3997c23ff483dfc886eb81e Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Sun, 2 Jan 2022 23:59:54 +0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 8 +++++++- pubspec.yaml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f0527..e86bd79 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.2.0 +- Fix response body utf-8 encoding [#14] + # 3.1.0 - Add `listAllObjects` and `listAllObjectsV2` - Fix signing error in `listObjects` when prefix contains spaces [#34] @@ -86,4 +89,7 @@ - Initial version, created by Stagehand -[#29]: https://github.com/xtyxtyx/minio-dart/issues/29 \ No newline at end of file +[#34]: https://github.com/xtyxtyx/minio-dart/issues/34 +[#31]: https://github.com/xtyxtyx/minio-dart/issues/31 +[#29]: https://github.com/xtyxtyx/minio-dart/issues/29 +[#14]: https://github.com/xtyxtyx/minio-dart/issues/14 \ No newline at end of file diff --git a/pubspec.yaml b/pubspec.yaml index 6e548cf..de4d2c9 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.1.0 +version: 3.2.0 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues -- GitLab