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 Jan 14, 2024
1 parent cb5754f commit c805bdd
Show file tree
Hide file tree
Showing 7 changed files with 17 additions and 8 deletions.
4 changes: 2 additions & 2 deletions 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.1</version>
<version>1.2.2</version>
</parent>

<artifactId>moquette-broker</artifactId>
Expand Down Expand Up @@ -169,7 +169,7 @@
<dependency>
<groupId>org.eclipse.paho</groupId>
<artifactId>org.eclipse.paho.client.mqttv3</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
</dependency>

<dependency>
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.1</version>
<version>1.2.2</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.1</version>
<version>1.2.2</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.1</version>
<version>1.2.2</version>
<name>Wildfire Chat</name>
<description>Wildfire Chat Server</description>
<inceptionYear>2019</inceptionYear>
Expand Down
9 changes: 9 additions & 0 deletions release_note.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,15 @@

# 更新记录

--------------
Release note 1.2.2:
1. 解决搜索特殊字符时的转义问题。
2. SDK添加流式消息。
3. 添加配置,是否禁止拉陌生人入群。
4. 放被拉黑时禁止被拉入群
5. 群组信息变更回调时加上群组信息
6. 机器人sdk添加撤回和更新消息接口

--------------
Release note 1.2.1:
1. 添加获取在线用户功能。
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.1</version>
<version>1.2.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions sdk/sdk_readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@
<dependency>
<groupId>cn.wildfirechat</groupId>
<artifactId>sdk</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/lib/sdk-1.1.9.jar</systemPath>
</dependency>

<dependency>
<groupId>cn.wildfirechat</groupId>
<artifactId>common</artifactId>
<version>1.2.1</version>
<version>1.2.2</version>
<scope>system</scope>
<systemPath>${project.basedir}/src/lib/common-1.1.9.jar</systemPath>
</dependency>
Expand Down

0 comments on commit c805bdd

Please sign in to comment.