diff --git a/CHANGELOG b/CHANGELOG
index ca0d7b1..573b739 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -684,3 +684,10 @@
* remove safeMode behavior in startup. See (#10645) for more details.
* fix: cleanup old directory handling code. See (#10633) for more details.
* Fix replication slowness. See (#10632) for more details.
+
+[1.143.0]
+* Update minio to 2020-10-12T21-53-21Z
+* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-10-12T21-53-21Z)
+* Bump default idleConnsPerHost to control conns in time_wait . See(#10653) for more details.
+* Add bandwidth monitoring for replication. See (#10501 #10652) for more details.ukla)
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 43d5c58..52ed455 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.142.0",
+ "version": "1.143.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 3b467cd..8206db5 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2020-10-09T22-55-05Z.
+This app packages Minio 2020-10-12T21-53-21Z.
Minio is a distributed object storage server built for cloud applications and devops.