From ed7169d2794e7f6b0639ce7c6629a028726e31bf Mon Sep 17 00:00:00 2001 From: Andrey Prokopenko Date: Sun, 2 Jun 2024 19:54:45 +0200 Subject: [PATCH] Bump version and update changelog --- telegram-bot-api/CHANGELOG.md | 31 +++++++++++++++++++++++++ telegram-bot-api/telegram-bot-api.cabal | 2 +- 2 files changed, 32 insertions(+), 1 deletion(-) diff --git a/telegram-bot-api/CHANGELOG.md b/telegram-bot-api/CHANGELOG.md index 1601537..138bc00 100644 --- a/telegram-bot-api/CHANGELOG.md +++ b/telegram-bot-api/CHANGELOG.md @@ -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`. diff --git a/telegram-bot-api/telegram-bot-api.cabal b/telegram-bot-api/telegram-bot-api.cabal index 543416e..1d1f99c 100644 --- a/telegram-bot-api/telegram-bot-api.cabal +++ b/telegram-bot-api/telegram-bot-api.cabal @@ -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 .