diff --git a/CHANGELOG b/CHANGELOG index 354cf03..51c8a3a 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -633,3 +633,7 @@ * When visit /favicon.ico but the static file is not exist return 404 but not continue to handle the route (#14211) (#14213) * Fix branch selector on new issue page (#14194) (#14207) * Check for notExist on profile repository page (#14197) (#14203) + +[1.20.0] +* Use base image v3 + diff --git a/CloudronManifest.json b/CloudronManifest.json index f3167b9..3d1cbf6 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.19.2", + "version": "1.20.0", "healthCheckPath": "/healthcheck", "httpPort": 3000, "memoryLimit": 536870912,