Skip to content

Commit 163ca3b

Browse files
committed
Version 0.73.1
1 parent 998de91 commit 163ca3b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff 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

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)