Skip to content

Commit ba43051

Browse files
committed
Version 0.76.1
1 parent 1bf8f57 commit ba43051

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff 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

src/Telegram.php

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)