Skip to content

Commit

Permalink
v0.23.0 update
Browse files Browse the repository at this point in the history
  • Loading branch information
watzon committed Jun 29, 2021
1 parent eaeacba commit b29699d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

I will do my best to keep this updated with changes as they happen.

## 0.23.0

- Added full support for Bot API 5.1 - 5.3
- Fixed some dependencies.
- Added additional classes `ChatInviteLink`, `VoiceChatStarted`, `VoiceChatEnded`, `VoiceChatParticipantInvited`, `VoiceChatScheduled`, `MessageAutoDeleteTimerChanged`, `InputInvoiceMessageContent`, and `BotCommandScope`.
- Added `scope` and `language_code` options to `set_my_commands` and `get_my_commands`.
- Added method `delete_my_commands`.
- More, see [the official Bot API changelog](https://core.telegram.org/bots/api#june-25-2021) for a complete list of changes.

## 0.22.0

- Added support for TDLight.
Expand Down
2 changes: 1 addition & 1 deletion shard.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: tourmaline
version: 0.22.0
version: 0.23.0

authors:
- Chris Watson <chris@watzon.tech>
Expand Down

0 comments on commit b29699d

Please sign in to comment.