diff --git a/CHANGELOG.md b/CHANGELOG.md index 06e5bc3ae4d7c6b6f615b0e9f25f72b654c78ed0..c1382516f48577b5343a1c175e72374d967a46a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 3.3.2-pre +- Add tests + # 3.3.1-pre - Improve upload progress granularity - Fix broken test diff --git a/pubspec.yaml b/pubspec.yaml index 8ce391fb359d6904e2138876016f6bc8637f75ad..133421001e7e6b702665ec7dc66c8256b27e1ddb 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.3.1-pre +version: 3.3.2-pre homepage: https://github.com/xtyxtyx/minio-dart issue_tracker: https://github.com/xtyxtyx/minio-dart/issues