diff --git a/CHANGELOG.md b/CHANGELOG.md index 284ce85daea31418a13b6954063e393fb5bc5bb3..13c93510a458d0b68fdb0dbd996511dd8eccd865 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 377feccac98e3e9d60f5ec95c56828956d107b34..549fe8bf3386667e797ff5ffb40348b3893ceb02 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