Karlatemp %!s(int64=5) %!d(string=hai) anos
pai
achega
85c447695b
Modificáronse 2 ficheiros con 10 adicións e 1 borrados
  1. 9 0
      CHANGELOG.md
  2. 1 1
      buildSrc/src/main/kotlin/Versions.kt

+ 9 - 0
CHANGELOG.md

@@ -1,5 +1,14 @@
 # Version 1.x
 
+## `1.3.1` 2020/9/21
+
+### 新特性
+- 无
+
+### 优化和修复
+- 修复 `BotJoinGroupEvent.Retrieve` 的显示错误 (#606 by @Karlatemp)
+- 添加缺少的戳一戳模板 (#615 by @sandtechnology)
+
 ## `1.3.0`  2020/9/16
 
 ### 新特性

+ 1 - 1
buildSrc/src/main/kotlin/Versions.kt

@@ -9,7 +9,7 @@
 
 object Versions {
     object Mirai {
-        const val version = "1.3.0"
+        const val version = "1.3.1"
     }
 
     object Kotlin {