Skip to content

Commit 627c199

Browse files
committed
Version 0.77.1
1 parent fcfa8a3 commit 627c199

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.77.1] - 2022-04-24
17+
### Notes
18+
- [:ledger: View file changes][0.77.1]
19+
### Fixed
20+
- PHP8+ `mixed` type hint removed
21+
1622
## [0.77.0] - 2022-04-24
1723
### Notes
1824
- [:ledger: View file changes][0.77.0][:page_with_curl: DB migration script][0.77.0-sql-migration]
@@ -616,6 +622,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
616622
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
617623

618624
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
625+
[0.77.1]: https://github.com/php-telegram-bot/core/compare/0.77.0...0.77.1
619626
[0.77.0]: https://github.com/php-telegram-bot/core/compare/0.76.1...0.77.0
620627
[0.76.1]: https://github.com/php-telegram-bot/core/compare/0.76.0...0.76.1
621628
[0.76.0]: https://github.com/php-telegram-bot/core/compare/0.75.0...0.76.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.77.0';
40+
protected $version = '0.77.1';
4141

4242
/**
4343
* Telegram API key

0 commit comments

Comments
 (0)