diff --git a/CHANGELOG b/CHANGELOG
index 573b739..dac7785 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -691,3 +691,15 @@
* 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)
+[1.144.0]
+* Update minio to 2020-10-18T21-54-12Z
+* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2020-10-18T21-54-12Z)
+* Improvements to bandwidth monitoring. See (#10683, #10698) for more details.
+* Improvements to crawler. See (#10667, #10677, ) for more details.
+* Healing related improvements. See (#10686, #10687, #10688) for more details.
+* Add DNS cache support to avoid DNS flooding. See (#10693) for more details.
+* update NTP package for accurate time resolution fixes. See (#10670) for more details.
+* rename crawler config option to heal. See (#10678) for more details.
+* Improvements to connecting to disks during startup. See (#10685, #10669) for more details.
+* fix: Send delete marker creation event when appropriate. See (#10696) for more details.
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 52ed455..dbfa759 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.143.0",
+ "version": "1.144.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 8206db5..a4311f1 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2020-10-12T21-53-21Z.
+This app packages Minio 2020-10-18T21-54-12Z.
Minio is a distributed object storage server built for cloud applications and devops.