diff --git a/CHANGELOG b/CHANGELOG index d86fddf..6b08669 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -64,3 +64,6 @@ [0.13.2] * Update base image +[0.13.3] +* Implement public mode + diff --git a/CloudronManifest.json b/CloudronManifest.json index 23b858d..87459cb 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,7 +4,7 @@ "author": "Gogs developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "0.13.2", + "version": "0.13.3", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { @@ -31,6 +31,5 @@ "https://gogs.io/img/screenshots/5.png" ], "tags": [ "version control", "git", "code hosting", "development" ], - "changelog": "file://CHANGELOG", - "minBoxVersion": "0.13.3" + "changelog": "file://CHANGELOG" }