diff --git a/CHANGELOG b/CHANGELOG
index b10742d..3eace6d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -844,3 +844,10 @@
* Ensure that restricted users can access repos for which they are members (#17460) (#17464)
* Make commit-statuses popup show correctly (#17447) (#17466)
+[1.23.0]
+* Update Gitea to 1.15.7
+* [Full changelog](https://github.com/go-gitea/gitea/releases/tag/v1.15.7)
+* Enable rendering of jupyter notebooks, rst, asciidoc by default
+* Only allow webhook to send requests to allowed hosts (#17482) (#17510)
+* Fix login redirection links (#17451) (#17473)
+
diff --git a/CloudronManifest.json b/CloudronManifest.json
index 9d4ca26..e58b55f 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.22.6",
+ "version": "1.23.0",
"healthCheckPath": "/explore",
"httpPort": 3000,
"memoryLimit": 536870912,
diff --git a/DESCRIPTION.md b/DESCRIPTION.md
index a7cd20f..95519e5 100644
--- a/DESCRIPTION.md
+++ b/DESCRIPTION.md
@@ -1,4 +1,4 @@
-This app packages Gitea 1.15.6
+This app packages Gitea 1.15.7
Gitea is a painless self-hosted Git service. It is similar to GitHub, Bitbucket or Gitlab.