Browse Source

Bump version

Johannes Zellner 8 years ago
parent
commit
bf3c11bf04
2 changed files with 7 additions and 1 deletions
  1. 6 0
      CHANGELOG
  2. 1 1
      CloudronManifest.json

+ 6 - 0
CHANGELOG

@@ -7,3 +7,9 @@
 [0.2.0]
 - Block executing php on /webdav
 - Update to new base image
+
+[0.3.0]
+- Replace webdav with sftp
+- Make php.ini configurable
+- Preinstall all common php modules
+- Update to base image 0.10.0

+ 1 - 1
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Cloudron developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "An empty LAMP stack",
-  "version": "0.2.0",
+  "version": "0.3.0",
   "healthCheckPath": "/",
   "httpPort": 8000,
   "manifestVersion": 1,