File tree Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Expand file tree Collapse file tree 2 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -8,14 +8,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
10
### Changed
11
- - Touched up readme including header and badges. (#981 )
12
- - Updated changelog to be more useful for external integrations like [ Tidelift] and GitHub releases. (#981 )
13
11
### Deprecated
14
12
### Removed
15
- - Abstract methods from ` InputMedia ` interface, as method annotations didn't work for propagation. (#978 )
16
13
### Fixed
17
14
### Security
18
15
16
+ ## [ 0.59.0] - 2019-07-07
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.59.0 ]
19
+ ### Changed
20
+ - Touched up readme including header and badges. (#981 )
21
+ - Updated changelog to be more useful for external integrations like [ Tidelift] and GitHub releases. (#981 )
22
+ ### Removed
23
+ - Abstract methods from ` InputMedia ` interface, as method annotations didn't work for propagation. (#978 )
24
+
19
25
## [ 0.58.0] - 2019-06-26
20
26
### Notes
21
27
- [ :ledger : View file changes] [ 0.58.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.58.0-sql-migration ]
@@ -374,6 +380,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
374
380
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
375
381
376
382
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
383
+ [ 0.59.0 ] : https://github.com/php-telegram-bot/core/compare/0.58.0...0.59.0
377
384
[ 0.58.0 ] : https://github.com/php-telegram-bot/core/compare/0.57.0...0.58.0
378
385
[ 0.57.0 ] : https://github.com/php-telegram-bot/core/compare/0.56.0...0.57.0
379
386
[ 0.56.0 ] : https://github.com/php-telegram-bot/core/compare/0.55.1...0.56.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.58 .0 ' ;
33
+ protected $ version = '0.59 .0 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments