start 0.29.1

This commit is contained in:
InsanusMokrassar 2020-10-09 11:35:33 +06:00
parent 800d14561e
commit 03755e9eef
2 changed files with 3 additions and 1 deletions

View File

@ -28,6 +28,8 @@
* All `send` extensions for `TelegramBot` got their `reply` variations (issue [#144](https://github.com/InsanusMokrassar/TelegramBotAPI/issues/144))
* A lot of `send` extensions for `TelegramBot` got their variation with `Chat` instead of `ChatIdentifier`
### 0.29.1
## 0.28.0
* **THIS VERSION CONTAINS BREAKING CHANGES**

View File

@ -15,7 +15,7 @@ ktor_version=1.4.1
javax_activation_version=1.1.1
library_group=dev.inmo
library_version=0.29.0
library_version=0.29.1
gradle_bintray_plugin_version=1.8.5
github_release_plugin_version=2.2.12