@@ -1,5 +1,10 @@
# Version 1.x
+## `1.2.3` 2020/9/11
+- 在同步事件失败时添加重试, 改善 #249, #482, #542, #567, #590
+- 修复不断重连同一个服务器的问题 (#589)
+- 更新到 Kotlin `1.4.10`
+
## `1.2.2` 2020/8/22
- 修复依赖冲突问题 (#523)
@@ -9,12 +9,12 @@
object Versions {
object Mirai {
- const val version = "1.2.2"
+ const val version = "1.2.3"
}
object Kotlin {
- const val compiler = "1.4.0"
- const val stdlib = "1.4.0"
+ const val compiler = "1.4.10"
+ const val stdlib = "1.4.10"
const val coroutines = "1.3.9"
const val atomicFU = "0.14.4"
const val serialization = "1.0.0-RC"