Skip to content

Commit f55fd1c

Browse files
committed
Version 0.59.1
1 parent fe626fd commit f55fd1c

File tree

2 files changed

+14
-5
lines changed

2 files changed

+14
-5
lines changed

CHANGELOG.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,24 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77
### Notes
88
- [:ledger: View file changes][Unreleased]
99
### Added
10-
- Issue labels set automatically via templates.
1110
### Changed
12-
- Logging only updates or only debug/errors is now possible.
1311
### Deprecated
1412
### Removed
1513
### Fixed
16-
- Don't output deprecation notices if no logging is enabled.
17-
- Respect custom HTTP Client initialisation, no matter when it is set.
1814
### Security
1915

16+
## [0.59.1] - 2019-07-18
17+
### Notes
18+
- [:ledger: View file changes][0.59.1]
19+
- :exclamation: Deprecated logging method will be removed in the next version, update to PSR-3 now! (see #964 for more info)
20+
### Added
21+
- Issue labels set automatically via templates.
22+
### Changed
23+
- Logging only updates or only debug/errors is now possible. (#983)
24+
### Fixed
25+
- Don't output deprecation notices if no logging is enabled. (#983)
26+
- Respect custom HTTP Client initialisation, no matter when it is set. (#986)
27+
2028
## [0.59.0] - 2019-07-07
2129
### Notes
2230
- [:ledger: View file changes][0.59.0]
@@ -384,6 +392,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
384392
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
385393

386394
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
395+
[0.59.1]: https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1
387396
[0.59.0]: https://github.com/php-telegram-bot/core/compare/0.58.0...0.59.0
388397
[0.58.0]: https://github.com/php-telegram-bot/core/compare/0.57.0...0.58.0
389398
[0.57.0]: https://github.com/php-telegram-bot/core/compare/0.56.0...0.57.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.0';
33+
protected $version = '0.59.1';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)