From 5107b17dfa9ca628016917526c9514153b216a2f Mon Sep 17 00:00:00 2001 From: xuty <xty50337@hotmail.com> Date: Tue, 11 Jan 2022 00:14:13 +0800 Subject: [PATCH] Bump version --- CHANGELOG.md | 3 +++ pubspec.yaml | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 284ce85..13c9351 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.5.0 +- Fix listObject with utf-8 prefix + # 3.4.0-pre - Better upload progress on web # 3.3.3 diff --git a/pubspec.yaml b/pubspec.yaml index 377fecc..549fe8b 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.4.0-pre +version: 3.5.0 homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues -- GitLab