File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -5,14 +5,18 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55
66## [ Unreleased]
77### Added
8- - Add missing ` Request::editMessageMedia() ` and ` CallbackQuery::getChatInstance() ` methods.
98### Changed
109### Deprecated
1110### Removed
1211### Fixed
13- - Return correct message type.
1412### Security
1513
14+ ## [ 0.55.1] - 2019-01-06
15+ ### Added
16+ - Add missing ` Request::editMessageMedia() ` and ` CallbackQuery::getChatInstance() ` methods.
17+ ### Fixed
18+ - Return correct message type.
19+
1620## [ 0.55.0] - 2018-12-20
1721:exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ 0.55.0-sql-migration ] on your database.
1822### Added
@@ -248,6 +252,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
248252[ example-bot ] : https://github.com/php-telegram-bot/example-bot
249253
250254[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
255+ [ 0.55.1 ] : https://github.com/php-telegram-bot/core/compare/0.55.0...0.55.1
251256[ 0.55.0 ] : https://github.com/php-telegram-bot/core/compare/0.54.1...0.55.0
252257[ 0.54.1 ] : https://github.com/php-telegram-bot/core/compare/0.54.0...0.54.1
253258[ 0.54.0 ] : https://github.com/php-telegram-bot/core/compare/0.53.0...0.54.0
Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ class Telegram
3030 *
3131 * @var string
3232 */
33- protected $ version = '0.55.0 ' ;
33+ protected $ version = '0.55.1 ' ;
3434
3535 /**
3636 * Telegram API key
You can’t perform that action at this time.
0 commit comments