From b97c2c6063fece1c7ac501e3784d147046c61975 Mon Sep 17 00:00:00 2001 From: Hirrolot Date: Mon, 31 Oct 2022 16:30:49 +0600 Subject: [PATCH] Release v0.11.1 --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b8937a..5522bab0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +# 0.11.1 - 2022-10-31 + ### Added - The `rocksdb-storage` feature -- enables the RocksDB support ([PR #753](https://github.com/teloxide/teloxide/pull/753)) diff --git a/Cargo.toml b/Cargo.toml index 8eb1b351..f4056c49 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide" -version = "0.11.0" +version = "0.11.1" edition = "2021" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide"