diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e4946c..e5db129 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1255,3 +1255,9 @@ * Add shutting down notice (#25920) (#25922) * Fix incorrect milestone count when provide a keyword (#25880) (#25904) +[1.29.2] +* Update Gitea to 1.20.2 +* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.20.2) +* Calculate `MAX_WORKERS` default value by CPU number (#26177) (#26183) +* Display deprecated warning in admin panel pages as well as in the log file (#26094) (#26154) + diff --git a/CloudronManifest.json b/CloudronManifest.json index a536ac8..ccc3402 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.29.1", - "upstreamVersion": "1.20.1", + "version": "1.29.2", + "upstreamVersion": "1.20.2", "healthCheckPath": "/explore", "httpPort": 3000, "memoryLimit": 536870912,