diff --git a/CHANGELOG.md b/CHANGELOG.md index da4e253..bc19c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.30.7 (2024-04-20) + +- Use i64 for ChatShared::chat_id - [#162](https://github.com/ayrat555/frankenstein/pull/162) + ## 0.30.6 (2024-04-19) - [Bot API 7.2](https://core.telegram.org/bots/api#march-31-2024) - [#155](https://github.com/ayrat555/frankenstein/pull/155) diff --git a/Cargo.toml b/Cargo.toml index 018bdf2..70dfe0e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.30.6" +version = "0.30.7" authors = ["Ayrat Badykov ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" diff --git a/README.md b/README.md index f20f7c9..1ce3185 100644 --- a/README.md +++ b/README.md @@ -188,7 +188,7 @@ AsyncApi::builder().api_url(api_url).client(client).build() ### Documentation -Frankenstein implements all Telegram bot API methods. To see which parameters you should pass, check [docs.rs](https://docs.rs/frankenstein/0.30.6/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) +Frankenstein implements all Telegram bot API methods. To see which parameters you should pass, check [docs.rs](https://docs.rs/frankenstein/0.30.7/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: