From 25f206ccdb98d6bf261e1abb38ce654ed96279a3 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Thu, 18 Jan 2018 11:28:31 -0800 Subject: [PATCH] Version 1.4.0 --- CHANGELOG | 3 +++ CloudronManifest.json | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d779dad..f42e43b 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -77,3 +77,6 @@ * Fix migration order v1.3 (#3157) * Fix avatar URLs (#3069) (#3143) +[1.4.0] +* Fix email sending (use SMTPS) + diff --git a/CloudronManifest.json b/CloudronManifest.json index e442f5f..1b1b2ee 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -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/" }