diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5b18d25388b0a8ad7a5e0ef0f2162276c9474b3d..e305b1ae150a786d79325f32a3265dc21d463801 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,8 @@
+# 3,1,9
+- Add `listAllObjects` and `listAllObjectsV2`
+- Fix signing error in `listObjects` when prefix contains spaces [#34]
+- Improved compatibility with Filebase [#31]
+
 # 3.0.0
 - Fixes signing error in case object name contains symbols [#29]
 
diff --git a/pubspec.yaml b/pubspec.yaml
index 79814f5dc76e5efa815cd522b51b35e1aebe42da..6e548cf505e8bd89033b9526ebe000750b67e50e 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -1,11 +1,11 @@
 name: minio
 description: Unofficial MinIO Dart Client SDK that provides simple APIs to access any Amazon S3 compatible object storage server.
-version: 3.0.0
+version: 3.1.0
 homepage: https://github.com/xtyxtyx/minio-dart
 issue_tracker: https://github.com/xtyxtyx/minio-dart/issues
 
 environment:
-  sdk: '>=2.12.0 <3.0.0'
+  sdk: ">=2.12.0 <3.0.0"
 
 dependencies:
   meta: ^1.3.0