diff --git a/CHANGELOG.md b/CHANGELOG.md index 874c364a..a7b35e27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Fixed + +- Allow `ChatJoinRequest` updates + +### Added + +- `Update::filter_chat_join_request` + ## 0.12.0 - 2023-01-17 ### Changed diff --git a/crates/teloxide-core/CHANGELOG.md b/crates/teloxide-core/CHANGELOG.md index cfec1fc3..eab2daed 100644 --- a/crates/teloxide-core/CHANGELOG.md +++ b/crates/teloxide-core/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## unreleased +### Fixed + +- `Update::user` now handles channel posts, chat member changes and chat join request updates correctly ([#835][pr835]) + +[pr835]: https://github.com/teloxide/teloxide/pull/835 + ## 0.9.0 - 2023-01-17 ### Changed