diff --git a/CHANGELOG.md b/CHANGELOG.md index d4c098a3fd..0518abb23f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,11 +1,11 @@ # TelegramBotAPI changelog -## 14.0.2 +## 14.1.0 * `Version`: * `Coroutines`: `1.8.0` -> `1.8.1` * `Ktor`: `2.3.10` -> `2.3.11` - * `MicroUtils`: `0.20.45` -> `0.20.52` + * `MicroUtils`: `0.20.45` -> `0.21.0` * `KSLog`: `1.3.3` -> `1.3.4` * `BehaviourBuilder`: * `BehaviourContext` updates listening job will be weakly subscribed. It means that `BehaviourContext` scope will diff --git a/gradle.properties b/gradle.properties index 81d95ddd65..5af7457d09 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ kotlin.incremental=true kotlin.incremental.js=true library_group=dev.inmo -library_version=14.0.2-preview6 +library_version=14.1.0