diff --git a/CHANGELOG.md b/CHANGELOG.md index 39bae83..06d0afa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.29.1 (2023-10-14) + + * Add unpin_all_chat_messages method - [#122](https://github.com/ayrat555/frankenstein/pull/122) + ## 0.29.0 (2023-10-04) * Fix parsing 'kicked' chat member status - [#119](https://github.com/ayrat555/frankenstein/pull/119) diff --git a/Cargo.toml b/Cargo.toml index 172f2ce..1b73cc1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.29.0" +version = "0.29.1" authors = ["Ayrat Badykov ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2018" diff --git a/README.md b/README.md index 963a6e1..a9574e9 100644 --- a/README.md +++ b/README.md @@ -195,7 +195,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.29.0/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.29.1/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: