From 0da3eec6dec7ab672e2374dd446ac8c10ada71b8 Mon Sep 17 00:00:00 2001 From: Maybe Waffle Date: Thu, 16 Jun 2022 23:06:09 +0400 Subject: [PATCH] bump version --- CHANGELOG.md | 2 ++ Cargo.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 593c5447..944166d0 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.6.2 - 2022-06-16 + ### Fixed - Fix `ChatPrivate` serialization ([#226][pr226]) diff --git a/Cargo.toml b/Cargo.toml index d34de1f9..f20d1702 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.1" +version = "0.6.2" edition = "2018" license = "MIT"