From 9b4b60eb33aa5575a99137c534a888acbd0a1c49 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 19 Dec 2024 16:30:31 +0600 Subject: [PATCH] start 23.0.0 --- CHANGELOG.md | 6 ++++++ gradle.properties | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f639ae97d..c2b4c164a2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # TelegramBotAPI changelog +## 23.0.0 + +* `Core`: + * All old factory methods for `TextSource`s took suffix `TextSource`. For example: `regular` -> `regularTextSource`. + That has been for excluding names resolution ambiguity with extensions for `EntitiesBuilder` + ## 22.0.0 **THIS UPDATE CONTAINS BREAKING CHANGES** diff --git a/gradle.properties b/gradle.properties index b667fe95a8..d04c1a76f2 100644 --- a/gradle.properties +++ b/gradle.properties @@ -6,4 +6,4 @@ kotlin.incremental=true kotlin.incremental.js=true library_group=dev.inmo -library_version=22.0.0 +library_version=23.0.0