diff --git a/CHANGELOG.md b/CHANGELOG.md
new file mode 100644
index 0000000..382bdf6
--- /dev/null
+++ b/CHANGELOG.md
@@ -0,0 +1,53 @@
+
+
+# Changelog
+
+## Version 1.0.0
+
+Released on **2023-08-19**
+
+#### ♻ Code Refactoring
+
+- **misc**: Remove searchEngine, remove webCrawler.
+
+#### ✨ Features
+
+- **misc**: Chat plugin gateway 1.0, prod 生产锁定 indexURL 版本, 先使用最简单的方式迁移插件服务端, 初步剥离天气插件, 支持 V1 manifest 版本的方案.
+
+#### 🐛 Bug Fixes
+
+- **misc**: Fix console time error, fix import error, fix request error, 修正动态链路的命中逻辑, 修正动态链路的命中逻辑.
+
+
+
+Improvements and Fixes
+
+#### Code refactoring
+
+- **misc**: Remove searchEngine ([d0fc888](https://github.com/lobehub/chat-plugin-market/commit/d0fc888))
+- **misc**: Remove webCrawler ([91663ea](https://github.com/lobehub/chat-plugin-market/commit/91663ea))
+
+#### What's improved
+
+- **misc**: Chat plugin gateway 1.0, closes [#2](https://github.com/lobehub/chat-plugin-market/issues/2) ([788a30a](https://github.com/lobehub/chat-plugin-market/commit/788a30a))
+- **misc**: Prod 生产锁定 indexURL 版本 ([80cdafb](https://github.com/lobehub/chat-plugin-market/commit/80cdafb))
+- **misc**: 先使用最简单的方式迁移插件服务端 ([eaf26bd](https://github.com/lobehub/chat-plugin-market/commit/eaf26bd))
+- **misc**: 初步剥离天气插件, closes [#1](https://github.com/lobehub/chat-plugin-market/issues/1) ([ecf1c4c](https://github.com/lobehub/chat-plugin-market/commit/ecf1c4c))
+- **misc**: 支持 V1 manifest 版本的方案 ([8f26a6c](https://github.com/lobehub/chat-plugin-market/commit/8f26a6c))
+
+#### What's fixed
+
+- **misc**: Fix console time error ([1cd882c](https://github.com/lobehub/chat-plugin-market/commit/1cd882c))
+- **misc**: Fix import error ([a9fa133](https://github.com/lobehub/chat-plugin-market/commit/a9fa133))
+- **misc**: Fix request error ([d8bb922](https://github.com/lobehub/chat-plugin-market/commit/d8bb922))
+- **misc**: 修正动态链路的命中逻辑 ([beb14eb](https://github.com/lobehub/chat-plugin-market/commit/beb14eb))
+- **misc**: 修正动态链路的命中逻辑 ([525654f](https://github.com/lobehub/chat-plugin-market/commit/525654f))
+
+