diff --git a/CHANGELOG.md b/CHANGELOG.md index e1dc805..c823b47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1643,3 +1643,9 @@ * Truncate commit message during Discord webhook push events (#31970) (#32121) * Allow to set branch protection in an empty repository (#32095) (#32119) * Fix panic when cloning with wrong ssh format. (#32076) (#32118) +[1.33.4] +* Update gitea to 1.22.4 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.22.4) +* Fix basic auth with webauthn (#32531) (#32536) +* Refactor internal routers (partial backport, auth token const time comparing) (#32473) (#32479) + diff --git a/CloudronManifest.json b/CloudronManifest.json index b89bb4b..cf03c47 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.33.3", + "version": "1.33.4", "upstreamVersion": "1.22.4", "healthCheckPath": "/explore", "httpPort": 3000,