diff --git a/CHANGELOG.md b/CHANGELOG.md index b6f052703076763532d71aa77a5f62a43ae5d87d..e86bd79f03db74bdf0f0e0e5427bd2fd02afec0b 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 6e548cf505e8bd89033b9526ebe000750b67e50e..de4d2c94a87d08e334b2d331aaa8a72d3b73c75b 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