diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7ea88..e22f91b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1556,3 +1556,13 @@ * Performance improvements for pull request list page (#29900) (#29972) * Fix bugs in rerunning jobs (#29983) (#29955) +[1.32.9] +* Update Gitea to 1.21.10 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.21.10) +* Fix Add/Remove WIP on pull request title failure (#29999) (#30066) +* Fix misuse of TxContext (#30061) (#30062) +* Respect DEFAULT_ORG_MEMBER_VISIBLE setting when adding creator to org (#30013) (#30035) +* Escape paths for find file correctly (#30026) (#30031) +* Remove duplicate option in admin screen and now-unused translation keys (#28492) (#30024) +* Fix manual merge form and 404 page templates (#30000) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 16428e0..d6e3766 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -4,8 +4,8 @@ "author": "Gitea developers", "description": "file://DESCRIPTION.md", "tagline": "A painless self-hosted Git Service", - "version": "1.32.8", - "upstreamVersion": "1.21.9", + "version": "1.32.9", + "upstreamVersion": "1.21.10", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,