diff --git a/CHANGELOG b/CHANGELOG index 5f83005..cd45261 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -950,3 +950,12 @@ * Set correct PR status on 3way on conflict checking (#19457) (#19458) * Mark TemplateLoading error as "UnprocessableEntity" (#19445) (#19446) +[1.23.12] +* Update Gitea to 1.16.8 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.8) +* Add doctor check/fix for bogus action rows (#19656) (#19669) +* Make .cs highlighting legible on dark themes (#19604) (#19605) +* Delete user related oauth stuff on user deletion too (#19677) (#19680) +* Fix new release from tags list UI (#19670) (#19673) +* Prevent NPE when checking repo units if the user is nil (#19625) (#19630) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 1536f84..27aa251 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.23.11", - "upstreamVersion": "1.16.7", + "version": "1.23.12", + "upstreamVersion": "1.16.8", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,