diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d8e53bd..3ab816e6 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.8.2 - 2022-04-26 + ### Fixed - Fix the broken `#[derive(DialogueState)]` (function return type `dptree::Handler`). diff --git a/Cargo.toml b/Cargo.toml index ed2c4dc0..a3932069 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide" -version = "0.8.1" +version = "0.8.2" edition = "2021" description = "An elegant Telegram bots framework for Rust" repository = "https://github.com/teloxide/teloxide"