diff --git a/CHANGELOG b/CHANGELOG index 369de49..805f424 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -927,3 +927,9 @@ * Do not send notification emails to inactive users (#19131) (#19139) * Do not send activation email if manual confirm is set (#19119) (#19122) +[1.23.10] +* Update Gitea to 1.16.6 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.16.6) +* Only request write when necessary (#18657) (#19422) +* Disable service worker by default (#18914) (#19342) + diff --git a/CloudronManifest.json b/CloudronManifest.json index ee46ea1..0e161f0 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.9", - "upstreamVersion": "1.16.5", + "version": "1.23.10", + "upstreamVersion": "1.16.6", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,