From 96abc36a34f24d0f70b8c7ee0df5861766368aec Mon Sep 17 00:00:00 2001
From: Him188 <Him188@mamoe.net>
Date: Sat, 12 Sep 2020 00:01:14 +0800
Subject: [PATCH] 1.2.3

---
 CHANGELOG.md                         | 5 +++++
 buildSrc/src/main/kotlin/Versions.kt | 6 +++---
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4f4ccf6f2..812d51498 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -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)
 
diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt
index 9e0120561..fe60c3911 100644
--- a/buildSrc/src/main/kotlin/Versions.kt
+++ b/buildSrc/src/main/kotlin/Versions.kt
@@ -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"