From 60f9045cbb658a3f0003bcb1cc30f2b4eeb9cdba Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Tue, 22 Jan 2019 12:59:18 -0800 Subject: [PATCH] Version 1.9.0 --- CHANGELOG | 3 +++ CloudronManifest.json | 2 +- DESCRIPTION.md | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index 09b24b1..2e6b766 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -228,3 +228,6 @@ * When redirecting clean the path to avoid redirecting to external site (#5669) (#5703) * Fix to use correct value for "MSpan Structures Obtained" (#5706) (#5715) +[1.9.0] +* Update Gitea to 1.7.0 + diff --git a/CloudronManifest.json b/CloudronManifest.json index 022f261..ea121d0 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.8.4", + "version": "1.9.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index adf84f3..cf0fd09 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.6.4 +This app packages Gitea 1.7.0 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.