diff --git a/CHANGELOG b/CHANGELOG
index 4ee2497..b611d38 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -35,3 +35,7 @@
[1.0.0]
* Update to 2017-08-05T00-00-53Z
+[1.1.0]
+* Update to 2017-09-29T19-16-56Z
+* This version requires at Cloudron v1.7.2
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 36267bf..3eadff0 100644
--- a/CloudronManifest.json
+++ b/CloudronManifest.json
@@ -5,7 +5,7 @@
"description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG",
"tagline": "Distributed object storage",
- "version": "1.0.0",
+ "version": "1.1.0",
"healthCheckPath": "/minio/login",
"httpPort": 8000,
"addons": {
@@ -13,6 +13,7 @@
},
"manifestVersion": 1,
"website": "http://www.minio.io",
+ "minBoxVersion": "1.7.2",
"contactEmail": "support@cloudron.io",
"icon": "logo.png",
"tags": [
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index 92c5e0f..8d4c783 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Minio 2017-08-05T00-00-53Z.
+This app packages Minio 2017-09-29T19-16-56Z.
Minio is a distributed object storage server built for cloud applications and devops.
diff --git a/Dockerfile b/Dockerfile
index bd07aa5..7e9c253 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -3,7 +3,7 @@ MAINTAINER Minio Developers
EXPOSE 8000
-ENV VERSION 2017-08-05T00-00-53Z
+ENV VERSION 2017-09-29T19-16-56Z
RUN mkdir -p /app/code \
&& wget https://dl.minio.io/server/minio/release/linux-amd64/minio.RELEASE.${VERSION} -O /app/code/minio \