diff --git a/CHANGELOG b/CHANGELOG index b74544d..0b11224 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -48,3 +48,8 @@ * Update vendor git (#2765) (#2772) * Fix emojify image URL (#2769) (#2773) +[1.1.3] +* Update to version 1.2.3 +* Only require one email when validating GPG key (#2266, #2467, #2663) (#2788) +* Fix order of comments (#2835) (#2839) + diff --git a/CloudronManifest.json b/CloudronManifest.json index ff0b652..e89b22f 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.1.2", + "version": "1.1.3", "healthCheckPath": "/healthcheck", "httpPort": 3000, "addons": { diff --git a/DESCRIPTION.md b/DESCRIPTION.md index 12c1240..1c9ab6d 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.2.2 +This app packages Gitea 1.2.3 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.