diff --git a/CHANGELOG.md b/CHANGELOG.md
index 44c7488..223804e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,31 @@
# Changelog
+### [Version 1.4.7](https://github.com/lobehub/lobe-midjourney-webui/compare/v1.4.6...v1.4.7)
+
+Released on **2024-03-16**
+
+#### 🐛 Bug Fixes
+
+- **misc**: Fix init of chat plugin.
+
+
+
+
+Improvements and Fixes
+
+#### What's fixed
+
+- **misc**: Fix init of chat plugin ([cfddedd](https://github.com/lobehub/lobe-midjourney-webui/commit/cfddedd))
+
+
+
+
+
+[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
+
+
+
### [Version 1.4.6](https://github.com/lobehub/lobe-midjourney-webui/compare/v1.4.5...v1.4.6)
Released on **2024-02-14**
diff --git a/package.json b/package.json
index 185e330..ac3d011 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "midjourney-webui",
- "version": "1.4.6",
+ "version": "1.4.7",
"private": true,
"description": "Unleash creativity with Midjourney, effortlessly generating unique AI-driven images through simple prompts.",
"homepage": "https://github.com/lobehub/lobe-midjourney-webui",