From e7303ed0702a3340b6344eb47270a8801bb564d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Armando=20L=C3=BCscher?= Date: Sun, 6 Aug 2017 17:27:19 +0200 Subject: [PATCH] Version 0.47.1 --- CHANGELOG.md | 26 +++++++++++++++++++++++++- src/Telegram.php | 2 +- 2 files changed, 26 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a35b3a4d..8d7c550bb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,7 +11,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c ### Fixed ### Security -## [0.47.0] - 2017-08-06 +## [0.47.1] - 2017-08-06 +### Added +- Linked version numbers in changelog for easy verification of code changes. +### Fixed +- Private-only commands work with edited messages now too. + +## [0.47.0] - 2017-08-06 [YANKED] ### Changed - Updated readme to latest state of 0.47.0. ### Fixed @@ -146,3 +152,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c [0.45.0-bc-up-download-directory]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#up-download-directory [0.44.0-bc-update-content-type]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#update-getupdatecontent [example-bot]: https://github.com/php-telegram-bot/example-bot + +[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop +[0.47.1]: https://github.com/php-telegram-bot/core/compare/0.47.0...0.47.1 +[0.47.0]: https://github.com/php-telegram-bot/core/compare/0.46.0...0.47.0 +[0.46.0]: https://github.com/php-telegram-bot/core/compare/0.45.0...0.46.0 +[0.45.0]: https://github.com/php-telegram-bot/core/compare/0.44.1...0.45.0 +[0.44.1]: https://github.com/php-telegram-bot/core/compare/0.44.0...0.44.1 +[0.44.0]: https://github.com/php-telegram-bot/core/compare/0.43.0...0.44.0 +[0.43.0]: https://github.com/php-telegram-bot/core/compare/0.42.0...0.43.0 +[0.42.0]: https://github.com/php-telegram-bot/core/compare/0.41.0...0.42.0 +[0.41.0]: https://github.com/php-telegram-bot/core/compare/0.40.1...0.41.0 +[0.40.1]: https://github.com/php-telegram-bot/core/compare/0.40.0...0.40.1 +[0.40.0]: https://github.com/php-telegram-bot/core/compare/0.39.0...0.40.0 +[0.39.0]: https://github.com/php-telegram-bot/core/compare/0.38.1...0.39.0 +[0.38.1]: https://github.com/php-telegram-bot/core/compare/0.38.0...0.38.1 +[0.38.0]: https://github.com/php-telegram-bot/core/compare/0.37.1...0.38.0 +[0.37.1]: https://github.com/php-telegram-bot/core/compare/0.37.0...0.37.1 +[0.37.0]: https://github.com/php-telegram-bot/core/compare/0.36...0.37.0 diff --git a/src/Telegram.php b/src/Telegram.php index 8f7f20ce4..62d946fd3 100644 --- a/src/Telegram.php +++ b/src/Telegram.php @@ -30,7 +30,7 @@ class Telegram * * @var string */ - protected $version = '0.47.0'; + protected $version = '0.47.1'; /** * Telegram API key