diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c63f14e..02c6215d 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.6.3 - 2022-07-19 + ### Fixed - Allow specifying a path to a command handler in `parse_with` ([PR #27](https://github.com/teloxide/teloxide-macros/pull/27)). diff --git a/Cargo.toml b/Cargo.toml index 1b7021bc..91213f15 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide-macros" -version = "0.6.2" +version = "0.6.3" description = "The teloxide's procedural macros" authors = ["p0lunin "] license = "MIT"