From 913d8dcda11446444b879ba7eddf836ebd95113b Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Wed, 20 Jul 2022 19:01:31 +0300 Subject: [PATCH] bump version --- CHANGELOG.md | 5 +++++ Cargo.toml | 2 +- README.md | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2839c5b..f9acd1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 0.19.2 (2022-07-20) + + * Fix: Use client timeout of 500 seconds by @EdJoPaTo in [#82](https://github.com/ayrat555/frankenstein/pull/82) + * Chore: build with all features on docs.rs by @OpenByteDev in [#81](https://github.com/ayrat555/frankenstein/pull/81) + ## 0.19.1 (2022-07-09) * Fix status field of banned chat members [#78](https://github.com/ayrat555/frankenstein/pull/78) diff --git a/Cargo.toml b/Cargo.toml index 90ed569..ebbeb78 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.19.1" +version = "0.19.2" authors = ["Ayrat Badykov "] description = "Telegram bot API client for Rust" edition = "2018" diff --git a/README.md b/README.md index a926e81..0f0c558 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.19.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.19.2/frankenstein/api_traits/telegram_api/trait.TelegramApi.html#provided-methods) You can check out real-world bots created using this library: