File tree 2 files changed +8
-1
lines changed
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
13
13
### Fixed
14
14
### Security
15
15
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
+
16
22
## [ 0.76.0] - 2022-03-20
17
23
### Notes
18
24
- [ :ledger : View file changes] [ 0.76.0 ]
@@ -599,6 +605,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
599
605
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
600
606
601
607
[ 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
602
609
[ 0.76.0 ] : https://github.com/php-telegram-bot/core/compare/0.75.0...0.76.0
603
610
[ 0.75.0 ] : https://github.com/php-telegram-bot/core/compare/0.74.0...0.75.0
604
611
[ 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
37
37
*
38
38
* @var string
39
39
*/
40
- protected $ version = '0.76.0 ' ;
40
+ protected $ version = '0.76.1 ' ;
41
41
42
42
/**
43
43
* Telegram API key
You can’t perform that action at this time.
0 commit comments