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.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
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.77.0 ' ;
40+ protected $ version = '0.77.1 ' ;
4141
4242 /**
4343 * Telegram API key
You can’t perform that action at this time.
0 commit comments