Skip to content

Commit e7303ed

Browse files
committed
Version 0.47.1
1 parent 0192bb5 commit e7303ed

File tree

2 files changed

+26
-2
lines changed

2 files changed

+26
-2
lines changed

CHANGELOG.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
1111
### Fixed
1212
### Security
1313

14-
## [0.47.0] - 2017-08-06
14+
## [0.47.1] - 2017-08-06
15+
### Added
16+
- Linked version numbers in changelog for easy verification of code changes.
17+
### Fixed
18+
- Private-only commands work with edited messages now too.
19+
20+
## [0.47.0] - 2017-08-06 [YANKED]
1521
### Changed
1622
- Updated readme to latest state of 0.47.0.
1723
### Fixed
@@ -146,3 +152,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
146152
[0.45.0-bc-up-download-directory]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#up-download-directory
147153
[0.44.0-bc-update-content-type]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#update-getupdatecontent
148154
[example-bot]: https://github.com/php-telegram-bot/example-bot
155+
156+
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
157+
[0.47.1]: https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1
158+
[0.47.0]: https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0
159+
[0.46.0]: https://github.com/php-telegram-bot/core/compare/0.45.0...0.46.0
160+
[0.45.0]: https://github.com/php-telegram-bot/core/compare/0.44.1...0.45.0
161+
[0.44.1]: https://github.com/php-telegram-bot/core/compare/0.44.0...0.44.1
162+
[0.44.0]: https://github.com/php-telegram-bot/core/compare/0.43.0...0.44.0
163+
[0.43.0]: https://github.com/php-telegram-bot/core/compare/0.42.0...0.43.0
164+
[0.42.0]: https://github.com/php-telegram-bot/core/compare/0.41.0...0.42.0
165+
[0.41.0]: https://github.com/php-telegram-bot/core/compare/0.40.1...0.41.0
166+
[0.40.1]: https://github.com/php-telegram-bot/core/compare/0.40.0...0.40.1
167+
[0.40.0]: https://github.com/php-telegram-bot/core/compare/0.39.0...0.40.0
168+
[0.39.0]: https://github.com/php-telegram-bot/core/compare/0.38.1...0.39.0
169+
[0.38.1]: https://github.com/php-telegram-bot/core/compare/0.38.0...0.38.1
170+
[0.38.0]: https://github.com/php-telegram-bot/core/compare/0.37.1...0.38.0
171+
[0.37.1]: https://github.com/php-telegram-bot/core/compare/0.37.0...0.37.1
172+
[0.37.0]: https://github.com/php-telegram-bot/core/compare/0.36...0.37.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.47.0';
33+
protected $version = '0.47.1';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)