Skip to content

Commit 80f626f

Browse files
committed
Version 0.59.0
1 parent ab3af64 commit 80f626f

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
88
- [:ledger: View file changes][Unreleased]
99
### Added
1010
### 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)
1311
### Deprecated
1412
### Removed
15-
- Abstract methods from `InputMedia` interface, as method annotations didn't work for propagation. (#978)
1613
### Fixed
1714
### Security
1815

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+
1925
## [0.58.0] - 2019-06-26
2026
### Notes
2127
- [: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
374380
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
375381

376382
[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
377384
[0.58.0]: https://github.com/php-telegram-bot/core/compare/0.57.0...0.58.0
378385
[0.57.0]: https://github.com/php-telegram-bot/core/compare/0.56.0...0.57.0
379386
[0.56.0]: https://github.com/php-telegram-bot/core/compare/0.55.1...0.56.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.58.0';
33+
protected $version = '0.59.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)