@@ -1,7 +1,23 @@
# 更新日志
-## \[2.8.0\] - 2023-2-10
+## \[2.9.0\] - 2023-3-2
+
+### 修复
++ websocket 异常断开时连接无法释放
+### 新增
++ 新增 webhook 下的 timeout 设置
++
+### 变更
++ 升级 mirai core 版本, 支持 2.14.0
++ ## \[2.8.0\] - 2023-2-10
### 修复
@@ -5,7 +5,7 @@ kotlin.incremental.multiplatform=true
org.gradle.parallel=true
# build
-httpVersion=2.8.0
+httpVersion=2.9.0
# kotlin
kotlinVersion=1.7.10
@@ -1,6 +1,6 @@
id: net.mamoe.mirai-api-http
name: mirai-api-http
main: net.mamoe.mirai.api.http.HttpApiPluginBase
-version: 2.8.0
+version: 2.9.0
author: ryoii
info: Mirai HTTP API Server Plugin