diff --git a/CHANGELOG.md b/CHANGELOG.md index 2130253..402753c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1342,3 +1342,6 @@ * Fix being unable to use a repo that prohibits accepting PRs as a PR source. (#26785) (#26790) * Fix Page Not Found error (#26768) +[1.30.0] +* Implement OIDC auth + diff --git a/CloudronManifest.json b/CloudronManifest.json index 0dee8b8..7cea195 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.29.4", + "version": "1.30.0", "upstreamVersion": "1.20.4", "healthCheckPath": "/explore", "httpPort": 3000,