From 7d377e68d5dc9b3e5ab3e634dd427995fa7216f7 Mon Sep 17 00:00:00 2001
From: xuty <xty50337@hotmail.com>
Date: Tue, 4 Jan 2022 21:54:30 +0800
Subject: [PATCH] Bump version

---
 CHANGELOG.md | 4 ++++
 pubspec.yaml | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 080df7f..06e5bc3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+# 3.3.1-pre
+- Improve upload progress granularity
+- Fix broken test
+
 # 3.3.0-pre
 - Support listening upload progress
 
diff --git a/pubspec.yaml b/pubspec.yaml
index e492e3c..8ce391f 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.0-pre
+version: 3.3.1-pre
 homepage: https://github.com/xtyxtyx/minio-dart
 issue_tracker: https://github.com/xtyxtyx/minio-dart/issues
 
-- 
GitLab