File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1313### Fixed
1414### Security
1515
16+ ## [ 0.76.1] - 2022-03-30
17+ ### Notes
18+ - [ :ledger : View file changes] [ 0.76.1 ]
19+ ### Fixed
20+ - Fix Entity serialising for Keyboards (@TiiFuchs ) (#1304 )
21+
1622## [ 0.76.0] - 2022-03-20
1723### Notes
1824- [ :ledger : View file changes] [ 0.76.0 ]
@@ -599,6 +605,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
599605[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
600606
601607[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
608+ [ 0.76.1 ] : https://github.com/php-telegram-bot/core/compare/0.76.0...0.76.1
602609[ 0.76.0 ] : https://github.com/php-telegram-bot/core/compare/0.75.0...0.76.0
603610[ 0.75.0 ] : https://github.com/php-telegram-bot/core/compare/0.74.0...0.75.0
604611[ 0.74.0 ] : https://github.com/php-telegram-bot/core/compare/0.73.1...0.74.0
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ class Telegram
3737 *
3838 * @var string
3939 */
40- protected $ version = '0.76.0 ' ;
40+ protected $ version = '0.76.1 ' ;
4141
4242 /**
4343 * Telegram API key
You can’t perform that action at this time.
0 commit comments