diff --git a/CHANGELOG b/CHANGELOG
index 7825343..691c393 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -621,3 +621,9 @@
* Improvements to healing to check for truncated parts. See (#10399) for more details.
* Fix: write quorum calculation for bucket operation when erasure set size is odd. See (#10364) for more details.
+[1.134.0]
+* Update minio to 2020-09-05T07-14-49Z
+* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-05T07-14-49Z)
+* Listing improvements with parallel disk.Walk calls across many nodes, refer #10420
+* Context now passed around at storage layer for future context support, refer #10321
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 2a9a733..ffac0fc 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.133.0",
+ "version": "1.134.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 8d70a29..18e4ceb 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2020-08-27T05-16-20Z.
+This app packages Minio 2020-09-05T07-14-49Z.
Minio is a distributed object storage server built for cloud applications and devops.