Skip to content

Commit 2cfb8a7

Browse files
committed
Version 0.55.1
1 parent 3722426 commit 2cfb8a7

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

+7-2
Original file line numberDiff line numberDiff 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

src/Telegram.php

+1-1
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)