diff --git a/crates/teloxide-macros/CHANGELOG.md b/crates/teloxide-macros/CHANGELOG.md index 34b61e81..19edca63 100644 --- a/crates/teloxide-macros/CHANGELOG.md +++ b/crates/teloxide-macros/CHANGELOG.md @@ -6,6 +6,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.7.1 - 2023-01-17 + +### Fixed + +- Use fully qualified names in macros + ## 0.7.0 - 2022-10-06 ### Removed diff --git a/crates/teloxide-macros/Cargo.toml b/crates/teloxide-macros/Cargo.toml index 7f18287b..e81ffbb1 100644 --- a/crates/teloxide-macros/Cargo.toml +++ b/crates/teloxide-macros/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide-macros" -version = "0.7.0" +version = "0.7.1" description = "The teloxide's procedural macros" rust-version.workspace = true