diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5ebc16c..00b507a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,21 @@
# Changelog
+## [v0.3.0](https://github.com/mufeng889/react-auto-route/compare/v0.2.9...v0.3.0) (2024-08-24)
+
+### 🚀 Features
+
+- **projects**: can create routing information in a routing file & assign layout manually & custom error boundary path - by **wang** [(37b11)](https://github.com/mufeng889/react-auto-route/commit/37b11ee)
+
+### 🛠 Optimizations
+
+- **projects**: remove useless code - by **wang** [(732bb)](https://github.com/mufeng889/react-auto-route/commit/732bb7c)
+
+### ❤️ Contributors
+
+
+[wang](mailto:1509326266@qq.com)
+
## [v0.2.9](https://github.com/mufeng889/react-auto-route/compare/v0.2.8...v0.2.9) (2024-08-08)
### 🚀 Features
diff --git a/package.json b/package.json
index e8fe982..968e4d1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "@ohh-889/react-auto-route",
- "version": "0.2.9",
+ "version": "0.3.0",
"type": "module",
"description": "A plugin to create router elegantly",
"packageManager": "pnpm@9.1.1",