diff --git a/CHANGELOG.md b/CHANGELOG.md
index b8601320..97602010 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.0
+
### Added
- `BotCommand::bot_commands` to obtain Telegram API commands ([issue 262](https://github.com/teloxide/teloxide/issues/262)).
diff --git a/Cargo.toml b/Cargo.toml
index 0006ed77..82a11fa9 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "teloxide"
-version = "0.5.3"
+version = "0.6.0"
edition = "2018"
description = "An elegant Telegram bots framework for Rust"
repository = "https://github.com/teloxide/teloxide"
diff --git a/README.md b/README.md
index ff1cb91e..fc4edbbb 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@
-
+