diff --git a/CHANGELOG.md b/CHANGELOG.md index b1b8937a4..3e84df636 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 8eb1b3515..f4056c492 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" diff --git a/MIGRATION_GUIDE.md b/MIGRATION_GUIDE.md index 0c8a33bf7..c5da2a04b 100644 --- a/MIGRATION_GUIDE.md +++ b/MIGRATION_GUIDE.md @@ -1,7 +1,7 @@ This document describes breaking changes of `teloxide` crate, as well as the ways to update code. Note that the list of required changes is not fully exhaustive and it may lack something in rare cases. -## 0.10 -> 0.xxx.xxx +## 0.11 -> 0.11.1 ### teloxide diff --git a/README.md b/README.md index bf649dd56..f211a5473 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> [v0.10 -> v0.11 migration guide >>](MIGRATION_GUIDE.md#010---011) +> [v0.11 -> v0.11.1 migration guide >>](MIGRATION_GUIDE.md#011---0111)