diff --git a/CHANGELOG.md b/CHANGELOG.md index 26ef87fb..07b4d37f 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.1 - 2022-02-13 + ### Fixed - Deserialization of `UntilDate` ([#178][pr178]) diff --git a/Cargo.toml b/Cargo.toml index 19562188..389d2623 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.0" +version = "0.4.1" edition = "2018" license = "MIT"