From 290cb350fe34b240bdedad9cd22039e08de5bdeb Mon Sep 17 00:00:00 2001 From: Girish Ramakrishnan Date: Wed, 20 Apr 2022 20:42:35 -0700 Subject: [PATCH] Version 1.23.10 --- CHANGELOG | 6 ++++++ CloudronManifest.json | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) 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,