From 163ca3bd6048f7ab0491f4116a2eb74e2310f032 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Sun, 20 Jun 2021 10:46:33 +0200 Subject: [PATCH] Version 0.73.1 --- CHANGELOG.md | 9 ++++++++- src/Telegram.php | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 23d72741..53840b43 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,12 +13,18 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ### Fixed ### Security +## [0.73.1] - 2021-06-20 +### Notes +- [:ledger: View file changes][0.73.1] +### Fixed +- Allow new optional parameters when setting and deleting webhook. (@TiiFuchs) (#1226) + ## [0.73.0] - 2021-06-14 ### Notes - [:ledger: View file changes][0.73.0] ∙ [:page_with_curl: DB migration script][0.73.0-sql-migration] ### Added - Bot API 5.2 (Payments 2.0). (#1216) -- Possibility to connect to MySQL DB with unix socket. (#1220) +- Possibility to connect to MySQL DB with unix socket. (@Tynik) (#1220) ### Changed - `Telegram::runCommands` returns array of `ServerResponse` objects of executed commands. (#1223) ### Fixed @@ -560,6 +566,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c [Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog [Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop +[0.73.1]: https://github.com/php-telegram-bot/core/compare/0.73.0...0.73.1 [0.73.0]: https://github.com/php-telegram-bot/core/compare/0.72.0...0.73.0 [0.72.0]: https://github.com/php-telegram-bot/core/compare/0.71.0...0.72.0 [0.71.0]: https://github.com/php-telegram-bot/core/compare/0.70.1...0.71.0 diff --git a/src/Telegram.php b/src/Telegram.php index 8fd99318..c48a1a35 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -37,7 +37,7 @@ class Telegram * * @var string */ - protected $version = '0.73.0'; + protected $version = '0.73.1'; /** * Telegram API key