diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3bead061..d959ea1e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
 
 ## unreleased
 
+## 0.7.0 - 2022-07-19
+
 ### Added
 
 - `InlineKeyboardButton::{pay, login, web_app, callback_game, pay}` constructors ([#231][pr231])
diff --git a/Cargo.toml b/Cargo.toml
index 36440dcc..f1c4d396 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,7 +1,7 @@
 [package]
 name = "teloxide-core"
 description = "Core part of the `teloxide` library - telegram bot API client"
-version = "0.6.3"
+version = "0.7.0"
 edition = "2018"
 
 license = "MIT"
diff --git a/README.md b/README.md
index 46992ce0..e3aedce7 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@
 </div>
 
 ```toml
-teloxide-core = "0.6"
+teloxide-core = "0.7"
 ```
 _Compiler support: requires rustc 1.58+_.
 
diff --git a/src/lib.rs b/src/lib.rs
index e2ff169c..111df60c 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,7 +5,7 @@
 //! asynchronous and built using [`tokio`].
 //!
 //!```toml
-//! teloxide_core = "0.6"
+//! teloxide_core = "0.7"
 //! ```
 //! _Compiler support: requires rustc 1.58+_.
 //!