From 93e8df020fdb49260508c91e7a6db96e31ced0d7 Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Sat, 14 Oct 2017 11:41:12 -0700 Subject: [PATCH] Version 1.1.0 --- CHANGELOG | 10 ++++++++++ CloudronManifest.json | 2 +- DESCRIPTION.md | 4 ++-- 3 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG b/CHANGELOG index d06eaa2..2c40674 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,3 +23,13 @@ [1.0.3] * Update to version 1.1.4 + +[1.1.0] +* Update to version 1.2.0 +* New logo! +* SECURITY: Sanitation fix from Gogs (#1461) +* Status-API +* Implement GPG api +* https://github.com/go-gitea/gitea/releases/tag/v1.2.0 + + diff --git a/CloudronManifest.json b/CloudronManifest.json index 20f4ff5..3955f73 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.0.3", + "version": "1.1.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 48751ff..de60944 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,6 +1,6 @@ -Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. The initial development have been done on Gogs but we have forked it and named it Gitea. If you want to read more about the reasons why we have done that please read [this](https://blog.gitea.io/2016/12/welcome-to-gitea/) blog post. +This app packages Gitea 1.2.0 -This app packages Gitea 1.1.4 +Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab. ### Purpose