feat: release 2.15.1 (#2765)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 015a6b6..bffc358 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -19,6 +19,7 @@
 
 # Table of Contents
 
+- [2.15.1](#2151)
 - [2.15.0](#2150)
 - [2.14.0](#2140)
 - [2.13.1](#2131)
@@ -42,6 +43,21 @@
 - [1.5.0](#150)
 - [1.0.0](#100)
 
+## 2.15.1
+
+This release contains bugfix, and all the existing functionalities are compatible with Apache APISIX 2.15.x.
+
+### Core
+
+- chore: update golang dependency [#2755](https://github.com/apache/apisix-dashboard/pull/2755)
+
+### Bugfix
+
+- fix: plugin configuration lost in editor [#2718](https://github.com/apache/apisix-dashboard/pull/2718)
+- fix: remove route name length limit [#2759](https://github.com/apache/apisix-dashboard/pull/2759)
+- fix: change regex template to optional in proxy write [#2762](https://github.com/apache/apisix-dashboard/pull/2762)
+- fix: ssl table expiration time display [#2763](https://github.com/apache/apisix-dashboard/pull/2763)
+
 ## 2.15.0
 
 ### Core
diff --git a/README.md b/README.md
index 92ed7f2..705cc75 100644
--- a/README.md
+++ b/README.md
@@ -33,7 +33,7 @@
 
 - The master version should be used with Apache APISIX master version.
 
-- The latest released version is [2.15.0](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.15.x](https://apisix.apache.org/downloads/).
+- The latest released version is [2.15.1](https://apisix.apache.org/downloads/) and is compatible with [Apache APISIX 2.15.x](https://apisix.apache.org/downloads/).
 
 ## What's Apache APISIX Dashboard
 
diff --git a/api/VERSION b/api/VERSION
index 68e69e4..3b1fc79 100644
--- a/api/VERSION
+++ b/api/VERSION
@@ -1 +1 @@
-2.15.0
+2.15.1
diff --git a/docs/en/latest/config.json b/docs/en/latest/config.json
index 0925d9e..7c37666 100644
--- a/docs/en/latest/config.json
+++ b/docs/en/latest/config.json
@@ -1,5 +1,5 @@
 {
-  "version": "2.15.0",
+  "version": "2.15.1",
   "sidebar": [
     {
       "type": "category",
diff --git a/docs/en/latest/develop.md b/docs/en/latest/develop.md
index 5e9830b..f99eb4e 100644
--- a/docs/en/latest/develop.md
+++ b/docs/en/latest/develop.md
@@ -30,7 +30,7 @@
 ## Clone the project
 
 ```sh
-$ git clone -b release/2.15 https://github.com/apache/apisix-dashboard.git
+$ git clone -b release/2.15.1 https://github.com/apache/apisix-dashboard.git
 ```
 
 ## Start developing
diff --git a/docs/en/latest/install.md b/docs/en/latest/install.md
index 8b61394..fd3fb04 100644
--- a/docs/en/latest/install.md
+++ b/docs/en/latest/install.md
@@ -48,7 +48,7 @@
 
 ```shell
 # 1. install RPM package
-sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.15.0/apisix-dashboard-2.15.0-0.el7.x86_64.rpm
+sudo yum install -y https://github.com/apache/apisix-dashboard/releases/download/v2.15.1/apisix-dashboard-2.15.1-0.el7.x86_64.rpm
 ```
 
 ### Launch
@@ -91,7 +91,7 @@
 ### Download {#source-download}
 
 ```shell
-git clone -b release/2.15 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard
+git clone -b release/2.15.1 https://github.com/apache/apisix-dashboard.git && cd apisix-dashboard
 ```
 
 ### Build {#source-build}
diff --git a/web/package.json b/web/package.json
index 1492e9b..31ae6b1 100644
--- a/web/package.json
+++ b/web/package.json
@@ -1,6 +1,6 @@
 {
   "name": "apisix-dashboard",
-  "version": "2.15.0",
+  "version": "2.15.1",
   "private": true,
   "description": "Dashboard for Apache APISIX",
   "scripts": {