Update changelogs

This commit is contained in:
Maybe Waffle 2023-02-03 16:53:36 +04:00
parent 2fee7b8503
commit 1974341dbd
2 changed files with 14 additions and 0 deletions

View file

@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased ## unreleased
### Fixed
- Allow `ChatJoinRequest` updates
### Added
- `Update::filter_chat_join_request`
## 0.12.0 - 2023-01-17 ## 0.12.0 - 2023-01-17
### Changed ### Changed

View file

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## unreleased ## 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 ## 0.9.0 - 2023-01-17
### Changed ### Changed