Skip to content

Commit 4664688

Browse files
committed
Version 0.60.0
1 parent 0e35518 commit 4664688

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77
### Notes
88
- [:ledger: View file changes][Unreleased]
99
### Added
10-
- Bot API 4.4 (Animated stickers, `ChatPermissions`).
1110
### Changed
1211
### Deprecated
1312
### Removed
1413
### Fixed
15-
- Non-existing commands now correctly execute `GenericCommand` again.
1614
### Security
1715

16+
## [0.60.0] - 2019-08-16
17+
### Notes
18+
- [:ledger: View file changes][0.60.0]
19+
### Added
20+
- Bot API 4.4 (Animated stickers, `ChatPermissions`). (#990)
21+
### Changed
22+
- Allow passing native entity objects to requests. (#991)
23+
### Fixed
24+
- Non-existing commands now correctly execute `GenericCommand` again. (#993)
25+
1826
## [0.59.1] - 2019-07-18
1927
### Notes
2028
- [:ledger: View file changes][0.59.1]
@@ -394,6 +402,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
394402
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
395403

396404
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
405+
[0.60.0]: https://github.com/php-telegram-bot/core/compare/0.59.1...0.60.0
397406
[0.59.1]: https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1
398407
[0.59.0]: https://github.com/php-telegram-bot/core/compare/0.58.0...0.59.0
399408
[0.58.0]: https://github.com/php-telegram-bot/core/compare/0.57.0...0.58.0

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Telegram
3030
*
3131
* @var string
3232
*/
33-
protected $version = '0.59.1';
33+
protected $version = '0.60.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)