diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml
index 0cf255997..9e253f6fe 100644
--- a/.github/workflows/dockerimage.yml
+++ b/.github/workflows/dockerimage.yml
@@ -33,4 +33,4 @@ jobs:
- name: Build the Docker image
run: |
- docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.0.22 .
\ No newline at end of file
+ docker buildx build --push --platform linux/amd64,linux/arm64,linux/arm/v7 -t b3log/siyuan:latest -t b3log/siyuan:v2.0.23 .
\ No newline at end of file
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c5b8614e5..9ed9ebdd0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,25 @@
+## v2.0.23 / 2022-06-22
+
+### 改进功能
+
+* [支持粘贴转义文本](https://github.com/siyuan-note/siyuan/issues/5073)
+* [改进英文快捷键搜索为大小写不敏感](https://github.com/siyuan-note/siyuan/issues/5224)
+* [复制 Edge 浏览器 URL 粘贴特殊符号额外转义](https://github.com/siyuan-note/siyuan/issues/5251)
+* [行级代码和键盘元素为空格时应该保留](https://github.com/siyuan-note/siyuan/issues/5256)
+
+### 开发重构
+
+* [数据仓库索引文件存放在 `indexes` 文件夹下](https://github.com/siyuan-note/siyuan/issues/5253)
+
+### 修复缺陷
+
+* [粘贴公式触发状态异常](https://github.com/siyuan-note/siyuan/issues/5248)
+* [大纲悬浮提示转义问题](https://github.com/siyuan-note/siyuan/issues/5249)
+* [悬浮窗点击后会置于引用提示下](https://github.com/siyuan-note/siyuan/issues/5252)
+* [移动端文档树菜单层级错位](https://github.com/siyuan-note/siyuan/issues/5254)
+* [重启后已经存在的页签动态加载失效](https://github.com/siyuan-note/siyuan/issues/5255)
+* [书签面板层级显示错位](https://github.com/siyuan-note/siyuan/issues/5262)
+
## v2.0.22 / 2022-06-19
### 改进功能
diff --git a/app/appx/AppxManifest.xml b/app/appx/AppxManifest.xml
index 36a71cb3c..796172ddc 100644
--- a/app/appx/AppxManifest.xml
+++ b/app/appx/AppxManifest.xml
@@ -9,7 +9,7 @@
+ Version="2.0.23.0"/>
SiYuan
云南链滴科技有限公司
diff --git a/app/package.json b/app/package.json
index 7ef577063..b1456e2ff 100644
--- a/app/package.json
+++ b/app/package.json
@@ -1,6 +1,6 @@
{
"name": "SiYuan",
- "version": "2.0.22",
+ "version": "2.0.23",
"description": "A local-first personal knowledge management system, supports fine-grained block-level reference, and Markdown WYSIWYG.",
"homepage": "https://b3log.org/siyuan",
"main": "./electron/main.js",