Version 1.4.0

This commit is contained in:
Girish Ramakrishnan 2018-01-18 11:28:31 -08:00
parent d3553de1a6
commit 25f206ccdb
2 changed files with 5 additions and 2 deletions

View File

@ -77,3 +77,6 @@
* Fix migration order v1.3 (#3157)
* Fix avatar URLs (#3069) (#3143)
[1.4.0]
* Fix email sending (use SMTPS)

View File

@ -4,7 +4,7 @@
"author": "Gitea developers",
"description": "file://DESCRIPTION.md",
"tagline": "A painless self-hosted Git Service",
"version": "1.3.1",
"version": "1.4.0",
"healthCheckPath": "/healthcheck",
"httpPort": 3000,
"addons": {
@ -34,6 +34,6 @@
"tags": [ "version control", "git", "code hosting", "development" ],
"changelog": "file://CHANGELOG",
"postInstallMessage": "file://POSTINSTALL.md",
"minBoxVersion": "1.8.1",
"minBoxVersion": "1.10.0",
"documentationUrl": "https://cloudron.io/documentation/apps/gitea/"
}