From ba430516d3525f322c8285befd3433a63eae30bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Wed, 30 Mar 2022 21:20:33 +0200 Subject: [PATCH] Version 0.76.1 --- CHANGELOG.md | 7 +++++++ src/Telegram.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f32ebaa..5d2a4a2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ### Fixed ### Security +## [0.76.1] - 2022-03-30 +### Notes +- [:ledger: View file changes][0.76.1] +### Fixed +- Fix Entity serialising for Keyboards (@TiiFuchs) (#1304) + ## [0.76.0] - 2022-03-20 ### Notes - [:ledger: View file changes][0.76.0] @@ -599,6 +605,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.76.1]: https://github.com/php-telegram-bot/core/compare/0.76.0...0.76.1 [0.76.0]: https://github.com/php-telegram-bot/core/compare/0.75.0...0.76.0 [0.75.0]: https://github.com/php-telegram-bot/core/compare/0.74.0...0.75.0 [0.74.0]: https://github.com/php-telegram-bot/core/compare/0.73.1...0.74.0 diff --git a/src/Telegram.php b/src/Telegram.php index 782de51a..e94bc0d1 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -37,7 +37,7 @@ class Telegram * * @var string */ - protected $version = '0.76.0'; + protected $version = '0.76.1'; /** * Telegram API key