diff --git a/CHANGELOG.md b/CHANGELOG.md
index bb11fc35..00ef47e4 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.4.2 - 2022-02-17
+
 ### Deprecated
 
 - `Message::chat_id` use `.chat.id` field instead ([#182][pr182])
diff --git a/Cargo.toml b/Cargo.toml
index 389d2623..f688ca56 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.4.1"
+version = "0.4.2"
 edition = "2018"
 
 license = "MIT"
diff --git a/src/lib.rs b/src/lib.rs
index 9f50eae5..1f222b6b 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -5,7 +5,7 @@
 //! asynchronouns and built using [`tokio`].
 //!
 //!```toml
-//! teloxide_core = "0.3"
+//! teloxide_core = "0.4"
 //! ```
 //! _Compiler support: requires rustc 1.49+_
 //!