Browse Source

Version 0.12.6

Girish Ramakrishnan 9 years ago
parent
commit
b52987ee68
2 changed files with 6 additions and 3 deletions
  1. 3 0
      CHANGELOG
  2. 3 3
      CloudronManifest.json

+ 3 - 0
CHANGELOG

@@ -47,3 +47,6 @@
 [0.12.5]
 * Preserve ssh host keys across updates
 
+[0.12.6]
+* Use latest SMTP configuration
+

+ 3 - 3
CloudronManifest.json

@@ -4,7 +4,7 @@
   "author": "Gogs developers",
   "description": "file://DESCRIPTION.md",
   "tagline": "A painless self-hosted Git Service",
-  "version": "0.12.5",
+  "version": "0.12.6",
   "healthCheckPath": "/healthcheck",
   "httpPort": 3000,
   "addons": {
@@ -31,6 +31,6 @@
     "https://gogs.io/img/screenshots/5.png"
   ],
   "tags": [ "version control", "git", "code hosting", "development" ],
-  "targetBoxVersion": "0.4.0",
-  "changelog": "file://CHANGELOG"
+  "changelog": "file://CHANGELOG",
+  "minBoxVersion": "0.13.3"
 }