diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index 20a730fc..cfec1fc3 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +## 0.9.0 - 2023-01-17 + ### Changed - The methods `ChatMember::{can_pin_messages, can_invite_users, can_change_info}` now take into account the permissions of `Restricted` chat member kind ([#764][pr764]) diff --git a/crates/teloxide-core/Cargo.toml b/crates/teloxide-core/Cargo.toml index 566517d0..8daa376b 100644 --- a/crates/teloxide-core/Cargo.toml +++ b/crates/teloxide-core/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "teloxide-core" -version = "0.8.0" +version = "0.9.0" description = "Core part of the `teloxide` library - telegram bot API client" rust-version.workspace = true diff --git a/crates/teloxide-core/README.md b/crates/teloxide-core/README.md index c06d2c43..773c3709 100644 --- a/crates/teloxide-core/README.md +++ b/crates/teloxide-core/README.md @@ -25,7 +25,7 @@ ```toml -teloxide-core = "0.8" +teloxide-core = "0.9" ``` _Compiler support: requires rustc 1.64+_.