diff --git a/CHANGELOG b/CHANGELOG
index bafbbf2..261024d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -852,3 +852,7 @@ Add support for ListObject caching. See (#10814, #10648, #10784, #10844, #10836,
* fix: Ensure cache has finished deserializing. See (#11620) for more details.
* Use DSYNC for xl.meta writes and NOATIME for reads. See (#11615) for more details.
* remove Content-MD5 on Range requests. See (#11611) for more details.
+
+[1.59.4]
+* Update minio to 2021-03-01T04-20-55Z
+* [Full changelog](https://github.com/minio/minio/releases/tag/RELEASE.2021-03-01T04-20-55Z)
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 350c54d..91b1856 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.159.3",
+ "version": "1.159.4",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 4200456..857d266 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2021-02-19T04-38-02Z.
+This app packages Minio 2021-03-01T04-20-55Z.
Minio is a distributed object storage server built for cloud applications and devops.