diff --git a/CHANGELOG b/CHANGELOG index 0e2a2fc..70c0fea 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -891,3 +891,12 @@ * Update Gitea to 1.16.0 * [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.0) +[1.23.5] +* Update Gitea to 1.16.1 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.1) +* Update JS dependencies, fix lint (#18389) (#18540) +* Add dropdown icon to label set template dropdown (#18564) (#18571) +* Comments on migrated issues/prs must link to the comment ID (#18630) (#18637) +* Stop logging an error when notes are not found (#18626) (#18635) +* Ensure that blob-excerpt links work for wiki (#18587) (#18624) +* Only attempt to flush queue if the underlying worker pool is not finished (#18593) (#18620) diff --git a/CloudronManifest.json b/CloudronManifest.json index 838573d..a3611fd 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.23.4", + "version": "1.23.5", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912, diff --git a/DESCRIPTION.md b/DESCRIPTION.md index cbb529c..1227ef1 100644 --- a/DESCRIPTION.md +++ b/DESCRIPTION.md @@ -1,4 +1,4 @@ -This app packages Gitea 1.16.0 +This app packages Gitea 1.16.1 Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.