Skip to content

Commit

Permalink
Bump version and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
swamp-agr committed Jun 2, 2024
1 parent aa6e979 commit ed7169d
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 1 deletion.
31 changes: 31 additions & 0 deletions telegram-bot-api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,36 @@
# telegram-bot-api

## 7.4 -- 2024-06-02

- Types:
- `InlineQueryResult` type extended with `show_caption_above_media` field.
- `provider_token` field documentation was updated for `InputMessageContent` type.
- `InputMediaGeneric` type extended with `show_caption_above_media` field.
- `Message` type extended with `effect_id`, `show_caption_above_media` fields.
- `MessageEntity` type extended with `MessageEntityExpandableBlockquote` constructor.
- Methods:
- `sendGame` method request extended with `message_effect_id` field.
- `copyMessage` method request extended with `show_caption_above_media` field.
- `editMessageCaption` method request extended with `show_caption_above_media` field.
- `sendAnimation` method request extended with `message_effect_id`, `show_caption_above_media` fields.
- `sendAudio` method request extended with `message_effect_id` field.
- `sendContact` method request extended with `message_effect_id` field.
- `sendDice` method request extended with `message_effect_id` field.
- `sendDocument` method request extended with `message_effect_id` field.
- `sendLocation` method request extended with `message_effect_id` field.
- `sendMediaGroup` method request extended with `message_effect_id` field.
- `sendMessage` method request extended with `message_effect_id` field.
- `sendPhoto` method request extended with `message_effect_id`, `show_caption_above_media` fields.
- `sendPoll` method request extended with `message_effect_id` field.
- `sendPoll` method request extended with `message_effect_id` field.
- `sendSticker` method request extended with `message_effect_id` field.
- `sendVideo` method request extended with `message_effect_id`, `show_caption_above_media` fields.
- `sendVideoNote` method request extended with `message_effect_id` field.
- `sendVoice` method request extended with `message_effect_id`, `show_caption_above_media` fields.
- `provider_token` field documentation was updated for `createInvoiceLink` method.
- `provider_token` field documentation was updated for `sendInvoice` method.
- `refundStarPayment` method added.

## 7.3.1 -- 2024-05-26

- Fix parsers for `InlineQueryResult`, `BackgroundType`, `ChatBoostSource`, `MessageOrigin`.
Expand Down
2 changes: 1 addition & 1 deletion telegram-bot-api/telegram-bot-api.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12

name: telegram-bot-api
version: 7.3.1
version: 7.4
synopsis: Easy to use library for building Telegram bots. Exports Telegram Bot API.
description: Please see the README on Github at <https://github.com/fizruk/telegram-bot-simple#readme>
.
Expand Down

0 comments on commit ed7169d

Please sign in to comment.