File tree Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Expand file tree Collapse file tree 2 files changed +12
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
- - Bot API 4.4 (Animated stickers, ` ChatPermissions ` ).
11
10
### Changed
12
11
### Deprecated
13
12
### Removed
14
13
### Fixed
15
- - Non-existing commands now correctly execute ` GenericCommand ` again.
16
14
### Security
17
15
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
+
18
26
## [ 0.59.1] - 2019-07-18
19
27
### Notes
20
28
- [ :ledger : View file changes] [ 0.59.1 ]
@@ -394,6 +402,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
394
402
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
395
403
396
404
[ 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
397
406
[ 0.59.1 ] : https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1
398
407
[ 0.59.0 ] : https://github.com/php-telegram-bot/core/compare/0.58.0...0.59.0
399
408
[ 0.58.0 ] : https://github.com/php-telegram-bot/core/compare/0.57.0...0.58.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ version = '0.59.1 ' ;
33
+ protected $ version = '0.60.0 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments