Skip to content

Commit

Permalink
1.0.2 released
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Jun 1, 2020
1 parent 2e8df63 commit 042dc47
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Version 1.x

## `1.0.2` 2020/6/1
- 新增 `Bot.botInstancesSequence`
- 修复日志中的时间未更新的问题
- 修复在某些情况下,Bot登录的时候无限重连 (#361)
- 优化一些文档注释

## `1.0.1` 2020/5/25
- 新增临时会话消息发送事件: `TempMessageSendEvent` (#338)
- 新增 `Bot.isOnline` (#342)
Expand Down
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Versions.kt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

object Versions {
object Mirai {
const val version = "1.0.1"
const val version = "1.0.2"
}

object Kotlin {
Expand Down

0 comments on commit 042dc47

Please sign in to comment.