From d0ad258587c87ab751a1d631a0f98ad60eb63b28 Mon Sep 17 00:00:00 2001
From: xuty <xty50337@hotmail.com>
Date: Thu, 26 Nov 2020 21:26:56 +0800
Subject: [PATCH] update version

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

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 148d355..eab6b64 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## 1.1.0-pre
+
+- fix bucketExists is true when bucket doesn't exist #13
+
+
+## 1.0.2-pre
+
+- Replace static region 'us-east-1' in method listBuckets() with variable's value
+
 ## 1.0.1-pre
 
 - Updated dependencies
diff --git a/pubspec.yaml b/pubspec.yaml
index 8b128fe..51be176 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: 1.0.1-pre
+version: 1.1.0-pre
 homepage: https://github.com/xtyxtyx/minio-dart
 issue_tracker: https://github.com/xtyxtyx/minio-dart/issues
 
-- 
GitLab