Release v0.11.1

This commit is contained in:
Hirrolot 2022-10-31 16:30:49 +06:00
parent 3fd356e0bd
commit b97c2c6063
2 changed files with 3 additions and 1 deletions

View file

@ -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))

View file

@ -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"