Skip to content

Commit

Permalink
Version 0.76.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Mar 30, 2022
1 parent 1bf8f57 commit ba43051
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -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]
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram.php
Expand Up @@ -37,7 +37,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.76.0';
protected $version = '0.76.1';

/**
* Telegram API key
Expand Down

0 comments on commit ba43051

Please sign in to comment.