diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a90005..f6d6090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1734,3 +1734,15 @@ [1.35.1] * Fix hard coded mysql hostname +[1.35.2] +* Update gitea to 1.23.6 +* [Full Changelog](https://github.com/go-gitea/gitea/releases/tag/v1.23.6) +* Fix LFS URL (#33840) (#33843) +* Update jwt and redis packages (#33984) (#33987) +* Update golang crypto and net (#33989) +* Drop timeout for requests made to the internal hook api (#33947) (#33970) +* Fix maven panic when no package exists (#33888) (#33889) +* Fix markdown render (#33870) (#33875) +* Fix auto concurrency cancellation skips commit status updates (#33764) (#33849) +* Fix oauth2 auth (#33961) (#33962) + diff --git a/CloudronManifest.json b/CloudronManifest.json index 68eeacb..ce7972e 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.35.1", + "version": "1.35.2", "upstreamVersion": "1.23.6", "healthCheckPath": "/explore", "httpPort": 3000,