From ddb0abe0fe890ea8cc9d69ce809e4b2ee9c43996 Mon Sep 17 00:00:00 2001 From: Dennis Schwerdel Date: Thu, 1 Jun 2017 10:51:12 +0200 Subject: [PATCH] Version 0.5.0 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 877f3fe..dc53bf5 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -18,3 +18,9 @@ [0.4.1] * Add parameter to allow for encoded slashes (thanks @Richard) * Updated description (thanks @Girish) + +[0.5.0] +* Not using mysql port as this causes an error +* Storing sessions in /run +* Storing api logs in /tmp +* Set some php options diff --git a/CloudronManifest.json b/CloudronManifest.json index bafb072..9b8ce16 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "RSS feed reader", - "version": "0.4.1", + "version": "0.5.0", "healthCheckPath": "/", "httpPort": 8000, "addons": {