diff --git a/CHANGELOG b/CHANGELOG
index 5841766..c036d19 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -664,4 +664,12 @@
* Fix: uploads when quota is enabled. See (#10551) for more details.
* Fix: reduce healthcheck interval for storage rest client. See (#10544) for more details.
+[1.140.0]
+* Update minio to 2020-09-26T03-44-56Z
+* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-09-26T03-44-56Z)
+* Lock related improvements. See (#10571) for more details.
+* Faster disconnects and improvements to network error checks. See (#10567, #10562) for more details.
+* Improvements to healing. See (#10569, #10561) for more details.
+* federation: Honor range with UploadObjectPart to a different cluster. See (#10570) for more details.
+* avoid ListBuckets returning quorum errors when node is down. See (#10555) for more details.
diff --git a/CloudronManifest.json b/CloudronManifest.json
index e065a3e..4c8f394 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.139.0",
+ "version": "1.140.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index c8f89f3..f67fd70 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2020-09-23T19-18-30Z.
+This app packages Minio 2020-09-26T03-44-56Z.
Minio is a distributed object storage server built for cloud applications and devops.