Skip to content

Commit

Permalink
🔖 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChunMengLu committed Sep 4, 2022
1 parent 9d37578 commit 8aa265c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 发行版本

### v2.0.0 - 2022-09-04
- :sparkles: mica mqtt server 完善方法,方便使用。
- :sparkles: 切换到自维护的 java8 t-io,注意:升级了 t-io 部分类名变更。

### v1.3.9 - 2022-08-28
- :sparkles: mica-mqtt server 添加消息拦截器,gitee #I5KLST
- :sparkles: mica-mqtt client、server ack 优化和完善,可自定义 ackService。
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@

| 版本 | 版本号 |
|--|----------------|
| 🏷️稳定版 | 1.3.9 |
| 🏗快照版(提交后 github action 自动构建) | 1.3.9-SNAPSHOT |
| 🏷️稳定版 | 2.0.0 |
| 🏗快照版(提交后 github action 自动构建) | 2.0.0-SNAPSHOT |

### Spring boot 项目
**客户端:**
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<properties>
<!-- mica-mqtt version -->
<revision>2.0.0-SNAPSHOT</revision>
<revision>2.0.0</revision>
<!-- java version -->
<java.version>1.8</java.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 8aa265c

Please sign in to comment.