1
0
mirror of https://github.com/InsanusMokrassar/TelegramBotAPI.git synced 2025-11-16 20:10:18 +00:00

Compare commits

..

6 Commits

Author SHA1 Message Date
5aa0284f28 Update CHANGELOG.md 2023-06-03 00:45:33 +06:00
8b2a50a21f Update libs.versions.toml 2023-06-03 00:44:46 +06:00
a7839df748 Update CHANGELOG.md 2023-06-02 18:00:43 +06:00
3155969954 Update libs.versions.toml 2023-06-02 17:58:53 +06:00
067a0bf229 Update gradle.properties 2023-06-02 17:57:29 +06:00
009991fa88 Merge pull request #754 from InsanusMokrassar/8.0.0
8.0.0
2023-05-31 01:34:34 +06:00
3 changed files with 11 additions and 4 deletions

View File

@@ -1,5 +1,12 @@
# TelegramBotAPI changelog
## 8.0.1
* `Version`:
* `UUID`: `0.7.0` -> `0.7.1`
* `Ktor`: `2.3.0` -> `2.3.1`
* `MicroUtils`: `0.19.1` -> `0.19.2`
## 8.0.0
**THIS UPDATE CONTAINS BREAKING CHANGES**

View File

@@ -6,4 +6,4 @@ kotlin.incremental=true
kotlin.incremental.js=true
library_group=dev.inmo
library_version=8.0.0
library_version=8.0.1

View File

@@ -7,13 +7,13 @@ kotlin-coroutines = "1.6.4"
javax-activation = "1.1.1"
korlibs = "4.0.3"
uuid = "0.7.0"
ktor = "2.3.0"
uuid = "0.7.1"
ktor = "2.3.1"
ksp = "1.8.21-1.0.11"
kotlin-poet = "1.14.2"
microutils = "0.19.1"
microutils = "0.19.2"
github-release-plugin = "2.4.1"
dokka = "1.8.10"