File tree Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Expand file tree Collapse file tree 2 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -13,12 +13,18 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1313### Fixed
1414### Security
1515
16+ ## [ 0.73.1] - 2021-06-20
17+ ### Notes
18+ - [ :ledger : View file changes] [ 0.73.1 ]
19+ ### Fixed
20+ - Allow new optional parameters when setting and deleting webhook. (@TiiFuchs ) (#1226 )
21+
1622## [ 0.73.0] - 2021-06-14
1723### Notes
1824- [ :ledger : View file changes] [ 0.73.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.73.0-sql-migration ]
1925### Added
2026- Bot API 5.2 (Payments 2.0). (#1216 )
21- - Possibility to connect to MySQL DB with unix socket. (#1220 )
27+ - Possibility to connect to MySQL DB with unix socket. (@ Tynik ) ( #1220 )
2228### Changed
2329- ` Telegram::runCommands ` returns array of ` ServerResponse ` objects of executed commands. (#1223 )
2430### Fixed
@@ -560,6 +566,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
560566[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
561567
562568[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
569+ [ 0.73.1 ] : https://github.com/php-telegram-bot/core/compare/0.73.0...0.73.1
563570[ 0.73.0 ] : https://github.com/php-telegram-bot/core/compare/0.72.0...0.73.0
564571[ 0.72.0 ] : https://github.com/php-telegram-bot/core/compare/0.71.0...0.72.0
565572[ 0.71.0 ] : https://github.com/php-telegram-bot/core/compare/0.70.1...0.71.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.73.0 ' ;
40+ protected $ version = '0.73.1 ' ;
4141
4242 /**
4343 * Telegram API key
You can’t perform that action at this time.
0 commit comments