Skip to content

Commit

Permalink
chore(master): 🔖 release 1.6.0 (#28)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jul 8, 2024
1 parent 3a664ea commit 741f8c5
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please/.release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.5.1"
".": "1.6.0"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [1.6.0](https://github.com/AnzhiZhang/ChatHub/compare/v1.5.1...v1.6.0) (2024-07-08)


### Features

* ✨ add qq platform ([#26](https://github.com/AnzhiZhang/ChatHub/issues/26)) ([3a664ea](https://github.com/AnzhiZhang/ChatHub/commit/3a664ea8e72af2fe4a1dabe9e4650ab743c1f1a8))
* 🔒️ only introduce adaptors when config set to enabled ([5ad0012](https://github.com/AnzhiZhang/ChatHub/commit/5ad0012a2933927c5e5541af3d86b07c8468efd2))

## [1.5.1](https://github.com/AnzhiZhang/ChatHub/compare/v1.5.0...v1.5.1) (2024-04-26)


Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.zhanganzhi.chathub</groupId>
<artifactId>ChatHub</artifactId>
<!-- x-release-please-start-version -->
<version>1.5.1</version>
<version>1.6.0</version>
<!-- x-release-please-end -->

<properties>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/zhanganzhi/chathub/ChatHub.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
id = "chathub",
name = "ChatHub",
// x-release-please-start-version
version = "1.5.1",
version = "1.6.0",
// x-release-please-end
url = "https://github.com/AnzhiZhang/ChatHub",
description = "Chat hub for servers under velocity proxy",
Expand Down

0 comments on commit 741f8c5

Please sign in to comment.