diff --git a/CHANGELOG.md b/CHANGELOG.md index b881dc5d..cb539e40 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ +## \[1.5.1\] - 2020-04-07 + +### 变更 + +* 更新 `core` 依赖到 0.34.0 +* 更新 `console` 依赖到 0.4.3 + +### 新增 +* 支持 `FlashImage` 闪照类型,处理同 `Image`, `imageId` 可通用 + +### 修复 +* 插件重启时出现的异常 + + + ## \[1.5.0\] - 2020-04-05 ### 变更 diff --git a/gradle.properties b/gradle.properties index d320fe28..daba0d29 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,5 +1,5 @@ # build -httpVersion=v1.5.0 +httpVersion=v1.5.1 # style guide kotlin.code.style=official # config diff --git a/mirai-api-http/src/main/resources/plugin.yml b/mirai-api-http/src/main/resources/plugin.yml index af23bd95..dc8cb163 100644 --- a/mirai-api-http/src/main/resources/plugin.yml +++ b/mirai-api-http/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: MiraiAPIHTTP path: net.mamoe.mirai.api.http.HttpApiPluginBase -version: v1.5.0 +version: v1.5.1 info: Mirai HTTP API Server Plugin author: "ryoii"