diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fd52b1..40bf87e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.32.2 (2024-08-03) + +- fix parsing of PaidMediaInfo - [#184](https://github.com/ayrat555/frankenstein/pull/184) + ## 0.32.1 (2024-07-16) - Update typed-builder requirement from 0.18 to 0.19 - [#180](https://github.com/ayrat555/frankenstein/pull/180) diff --git a/Cargo.toml b/Cargo.toml index d8405c1..cf57bdc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.32.1" +version = "0.32.2" authors = ["Ayrat Badykov ", "Pepe Márquez "] description = "Telegram bot API client for Rust" edition = "2021" diff --git a/README.md b/README.md index 0df4af9..aeaed0c 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.32.1/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.32.2/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: