diff --git a/CHANGELOG.md b/CHANGELOG.md
index 0bcbf4da..7ee12eee 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,12 @@
+## [v2.1.0](https://github.com/Charles7c/continew-starter/compare/v2.0.2...v2.1.0) (2024-06-05)
+
+### ✨ 新特性
+
+- 【messaging/mail】新增动态邮箱配置 ([Gitee#19](https://gitee.com/continew/continew-starter/pulls/19)) ([ee30e86](https://github.com/Charles7c/continew-starter/commit/ee30e861ff536ee3ed6f14ff5ded5af7a513941d)) ([7feda79](https://github.com/Charles7c/continew-starter/commit/7feda79359ea40331eee1e3d4d5fd12000f027c5))
+- 【data/mybatis-flex】新增 continew-starter-data-mybatis-flex 数据访问模块(Mybatis Flex 自动配置) ([Gitee#18](https://gitee.com/continew/continew-starter/pulls/18)) ([124c7ff](https://github.com/Charles7c/continew-starter/commit/124c7ffe11a0e6563d9b513036c53ff66edbb9b3))
+- 【extension/crud】新增查询字典列表方法 ([3d2a427](https://github.com/Charles7c/continew-starter/commit/3d2a4271d5eed676f16f4728b461dc3b298a65a9))
+- 【messaging/websocket】新增 continew-starter-messaging-websocket 消息模块 ([cc079e8](https://github.com/Charles7c/continew-starter/commit/cc079e8bf422825bf9a96ddbd4329fc77d3cbf2c))
+
## [v2.0.2](https://github.com/Charles7c/continew-starter/compare/v2.0.1...v2.0.2) (2024-05-20)
### ✨ 新特性
diff --git a/README.md b/README.md
index c5343556..a5ca6ec4 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
-
+
@@ -207,10 +207,11 @@ continew-starter.web:
### 数据访问模块
-| 模块名称 | 模块说明 | 依赖版本 |
-| ---------------------------------- | --------------------- | ------------------------------------------------------------ |
-| continew-starter-data-core | 数据访问核心模块 | |
+| 模块名称 | 模块说明 | 依赖版本 |
+|------------------------------------|-------------------| ----------------------------------------------------------- |
+| continew-starter-data-core | 数据访问核心模块 | |
| continew-starter-data-mybatis-plus | MyBatis Plus 自动配置 | MyBatis Plus:3.5.5
dynamic-datasource-spring-boot-starter:4.3.0
P6Spy:3.9.1 |
+| continew-starter-data-mybatis-flex | MyBatis Flex 自动配置 | |
### 认证模块
@@ -221,9 +222,10 @@ continew-starter.web:
### 消息模块
-| 模块名称 | 模块说明 | 依赖版本 |
-| ------------------------------- | -------- | ------------------------------------------------------------ |
-| continew-starter-messaging-mail | 邮件 | Jakarta Mail:1.1.0 |
+| 模块名称 | 模块说明 | 依赖版本 |
+|--------------------------------------|-----------| ------------------------------------------------------------ |
+| continew-starter-messaging-mail | 邮件 | Jakarta Mail:1.1.0 |
+| continew-starter-messaging-websocket | WebSocket | |
### 扩展模块
diff --git a/continew-starter-dependencies/pom.xml b/continew-starter-dependencies/pom.xml
index 3db3648a..9003d930 100644
--- a/continew-starter-dependencies/pom.xml
+++ b/continew-starter-dependencies/pom.xml
@@ -43,7 +43,7 @@
- 2.0.2
+ 2.1.0
1.38.0
1.16.6
3.5.5