From 831ce39a51722be69f67e0282ad739f95f19798e Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Wed, 2 Oct 2024 20:55:50 +0100
Subject: [PATCH] =?UTF-8?q?chore(master):=20=F0=9F=94=96=20release=201.8.0?=
=?UTF-8?q?=20(#33)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
---
.release-please/.release-please-manifest.json | 2 +-
CHANGELOG.md | 20 +++++++++++++++++++
pom.xml | 2 +-
.../java/com/zhanganzhi/chathub/ChatHub.java | 2 +-
4 files changed, 23 insertions(+), 3 deletions(-)
diff --git a/.release-please/.release-please-manifest.json b/.release-please/.release-please-manifest.json
index 64e0684..099626f 100644
--- a/.release-please/.release-please-manifest.json
+++ b/.release-please/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "1.7.0"
+ ".": "1.8.0"
}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 93f8be3..1053fb7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,25 @@
# Changelog
+## [1.8.0](https://github.com/AnzhiZhang/ChatHub/compare/v1.7.0...v1.8.0) (2024-10-02)
+
+
+### Features
+
+* **qq:** ✨ prioritize the use of group cards ([#32](https://github.com/AnzhiZhang/ChatHub/issues/32)) ([8b96456](https://github.com/AnzhiZhang/ChatHub/commit/8b96456a77bef737f9cee3b99f33ec1ff9559d38))
+
+
+### Bug Fixes
+
+* 🩹 add null check ([f2411ae](https://github.com/AnzhiZhang/ChatHub/commit/f2411aea1537a1aaa94e50e3628790cd4cf01ca9))
+* 🩹 thread names ([99b4cf7](https://github.com/AnzhiZhang/ChatHub/commit/99b4cf75db9561e17b3f17d2555d10b74519a43d))
+* **qq:** 🐛 fix websocket connection with invalid path ([92d7208](https://github.com/AnzhiZhang/ChatHub/commit/92d720889f348335ad48eb40514a3a5089254d2c))
+* **qq:** 🩹 fix QQAPI action name ([c11e134](https://github.com/AnzhiZhang/ChatHub/commit/c11e134734bab16c6d8203c2c385b177be99b9aa))
+
+
+### Performance Improvements
+
+* 🧵 thread management (resolve [#27](https://github.com/AnzhiZhang/ChatHub/issues/27)) ([7554ba4](https://github.com/AnzhiZhang/ChatHub/commit/7554ba46359022d9d64f329d6355e048f3b71692))
+
## [1.7.0](https://github.com/AnzhiZhang/ChatHub/compare/v1.6.0...v1.7.0) (2024-07-27)
diff --git a/pom.xml b/pom.xml
index 3d5d809..3d3a33e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
com.zhanganzhi.chathub
ChatHub
- 1.7.0
+ 1.8.0
diff --git a/src/main/java/com/zhanganzhi/chathub/ChatHub.java b/src/main/java/com/zhanganzhi/chathub/ChatHub.java
index fe03b75..ee663bd 100644
--- a/src/main/java/com/zhanganzhi/chathub/ChatHub.java
+++ b/src/main/java/com/zhanganzhi/chathub/ChatHub.java
@@ -22,7 +22,7 @@
id = "chathub",
name = "ChatHub",
// x-release-please-start-version
- version = "1.7.0",
+ version = "1.8.0",
// x-release-please-end
url = "https://github.com/AnzhiZhang/ChatHub",
description = "Chat hub for servers under velocity proxy",