diff --git a/CHANGELOG.md b/CHANGELOG.md
index a857c853..e39758e2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## unreleased
 
+## 0.5.1 - 2022-03-23
+
+### Fixed
+
+ - Make bot name check case-insensitive ([PR #16](https://github.com/teloxide/teloxide-macros/pull/16)).
+
+### Added
+
+ - More command rename rules: `UPPERCASE`, `PascalCase`, `camelCase`, `snake_case`, `SCREAMING_SNAKE_CASE`, `kebab-case`, and `SCREAMING-KEBAB-CASE` ([PR #18](https://github.com/teloxide/teloxide-macros/pull/18)).
+
 ## 0.5.0 - 2022-02-05
 
 ### Added
diff --git a/Cargo.toml b/Cargo.toml
index 7ba649af..43df956d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
 [package]
 name = "teloxide-macros"
-version = "0.5.0"
+version = "0.5.1"
 description = "The teloxide's procedural macros"
 authors = ["p0lunin <dmytro.polunin@gmail.com>"]
 license = "MIT"