Skip to content

Commit

Permalink
version and release note
Browse files Browse the repository at this point in the history
  • Loading branch information
heavyrian2012 committed Sep 10, 2024
1 parent 04f5471 commit b1f5949
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion broker/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<relativePath>../</relativePath>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.8</version>
<version>1.2.9</version>
</parent>

<artifactId>moquette-broker</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.8</version>
<version>1.2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<!--<relativePath>../pom.xml</relativePath>-->
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.8</version>
<version>1.2.9</version>
</parent>

<artifactId>distribution</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<artifactId>wildfirechat-parent</artifactId>

<packaging>pom</packaging>
<version>1.2.8</version>
<version>1.2.9</version>
<name>Wildfire Chat</name>
<description>Wildfire Chat Server</description>
<inceptionYear>2019</inceptionYear>
Expand Down
5 changes: 5 additions & 0 deletions release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,11 @@

# 更新记录

--------------
Release note 1.2.9:
1. 解决server api获取群组信息不全的问题。
2. 添加配置使用uuid作为用户群组等ID。

--------------
Release note 1.2.8:
1. server api获取被封禁用户时,过滤掉正常用户。
Expand Down
2 changes: 1 addition & 1 deletion sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>wildfirechat-parent</artifactId>
<groupId>cn.wildfirechat</groupId>
<version>1.2.8</version>
<version>1.2.9</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down

0 comments on commit b1f5949

Please sign in to comment.