From 8795cd7124e589c896170a931b5833136deee407 Mon Sep 17 00:00:00 2001 From: Ayrat Badykov Date: Thu, 2 Jun 2022 19:07:19 +0300 Subject: [PATCH] bump version --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8fe44d..3e597ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.15.1 (2022-06-02) + + * Add `new_with_client` to AsyncApi [#66](https://github.com/ayrat555/frankenstein/pull/66) + ## 0.15.0 (2022-05-11) * Convert allowed_update type into enum - [#65](https://github.com/ayrat555/frankenstein/pull/65) diff --git a/Cargo.toml b/Cargo.toml index afbf599..83f0238 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "frankenstein" -version = "0.15.0" +version = "0.15.1" authors = ["Ayrat Badykov "] description = "Telegram bot API client for Rust" edition = "2018"