diff --git a/CHANGELOG.md b/CHANGELOG.md
index 148d355b12881a001f87d4e88c0b389f8e1577b3..eab6b644089b7d961bbbaeeaacd6313243dba75f 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 8b128fe9c6c745530db7996c5b2011e5d7c322bd..51be176712de6b5cfef7802c7f368261c303d4cd 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