diff --git a/CHANGELOG b/CHANGELOG
index bac392e..d7f0c91 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -108,3 +108,9 @@
* Handle incoming proxy requests ip, scheme (#5591)
* Make sure to filter out internal metadata (#5601)
* Use toAPIErrorCode in HeadObject handler when decrypting request fails (#5600)
+
+[1.9.0]
+* Update minio to 2018-03-16T22-52-12Z
+* Fixes a regression in Heal() implementation due to lock contention.
+* Major cleanup of notification sub-system.
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 900e34c..8e05c4c 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.8.0",
+ "version": "1.9.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index aa5b33a..2b3a86b 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2018-03-12T21-25-28Z.
+This app packages Minio 2018-03-16T22-52-12Z.
Minio is a distributed object storage server built for cloud applications and devops.