From 838fff8207930807a4b99eecdd549ab1dc0fb23c Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Wed, 11 Jun 2025 09:25:22 +0600 Subject: [PATCH] fill changelog --- CHANGELOG.md | 6 ++++++ gradle/libs.versions.toml | 8 ++++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4112c21575..461914a76b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## 25.0.2 +* `Version`: + * `Serialization`: `1.8.0` -> `1.8.1` + * `Coroutines`: `1.10.1` -> `1.10.2` + * `Ktor`: `3.1.1` -> `3.1.3` + * `MicroUtils`: `0.25.3` -> `0.25.7` + ## 25.0.1 **THIS UPDATE CONTAINS ADDING SUPPORT OF [Telegram Bots API 9.0](https://core.telegram.org/bots/api-changelog#april-11-2025)** diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 296093f33f..033884ad40 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,19 +1,19 @@ [versions] kotlin = "2.1.20" -kotlin-serialization = "1.8.0" -kotlin-coroutines = "1.10.1" +kotlin-serialization = "1.8.1" +kotlin-coroutines = "1.10.2" javax-activation = "1.1.1" korlibs = "5.4.0" uuid = "0.8.4" -ktor = "3.1.1" +ktor = "3.1.3" ksp = "2.1.20-1.0.31" kotlin-poet = "1.18.1" -microutils = "0.25.3" +microutils = "0.25.7" kslog = "1.4.1" versions = "0.51.0"