We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 738728f commit a3ef66bCopy full SHA for a3ef66b
CHANGELOG.md
@@ -1,11 +1,11 @@
1
# TelegramBotAPI changelog
2
3
-## 14.0.2
+## 14.1.0
4
5
* `Version`:
6
* `Coroutines`: `1.8.0` -> `1.8.1`
7
* `Ktor`: `2.3.10` -> `2.3.11`
8
- * `MicroUtils`: `0.20.45` -> `0.20.52`
+ * `MicroUtils`: `0.20.45` -> `0.21.0`
9
* `KSLog`: `1.3.3` -> `1.3.4`
10
* `BehaviourBuilder`:
11
* `BehaviourContext` updates listening job will be weakly subscribed. It means that `BehaviourContext` scope will
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
0 commit comments