diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff64b8f..582c1d01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.11.3 - 2022-11-28 + +### Fixed + - Add another missing feature gate for `dispatching::repls` import ([issue #770](https://github.com/teloxide/teloxide/issues/770)) ## 0.11.2 - 2022-11-18 diff --git a/Cargo.toml b/Cargo.toml index 031827af..bf91397c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide" -version = "0.11.2" +version = "0.11.3" 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 4bfbc892..a7199ed7 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.11 -> 0.11.2 +## 0.11 -> 0.11.3 ### teloxide diff --git a/README.md b/README.md index 127ca103..fec0739b 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -> [v0.11 -> v0.11.2 migration guide >>](MIGRATION_GUIDE.md#011---0112) +> [v0.11 -> v0.11.3 migration guide >>](MIGRATION_GUIDE.md#011---0113)