diff --git a/CHANGELOG.md b/CHANGELOG.md index a437385..ec74ddd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1822,3 +1822,7 @@ * Fix container range bug ([#​34795](https://github.com/go-gitea/gitea/issues/34795)) ([#​34796](https://github.com/go-gitea/gitea/issues/34796)) * Upgrade chi to v5.2.2 ([#​34798](https://github.com/go-gitea/gitea/issues/34798)) ([#​34799](https://github.com/go-gitea/gitea/issues/34799)) +[1.36.3] +* With Cloudron OIDC, disable registration by default on new installation +* Without Cloudron OIDC, enable registration by default and add checklist item + diff --git a/CloudronManifest.json b/CloudronManifest.json index 87e5f9b..6ca7f3d 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.36.2", + "version": "1.36.3", "upstreamVersion": "1.24.1", "healthCheckPath": "/explore", "httpPort": 3000,