File tree 2 files changed +8
-3
lines changed
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
5
5
6
6
## [ Unreleased]
7
7
### Added
8
- - Add missing ` Request::editMessageMedia() ` and ` CallbackQuery::getChatInstance() ` methods.
9
8
### Changed
10
9
### Deprecated
11
10
### Removed
12
11
### Fixed
13
- - Return correct message type.
14
12
### Security
15
13
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
+
16
20
## [ 0.55.0] - 2018-12-20
17
21
:exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ 0.55.0-sql-migration ] on your database.
18
22
### Added
@@ -248,6 +252,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
248
252
[ example-bot ] : https://github.com/php-telegram-bot/example-bot
249
253
250
254
[ 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
251
256
[ 0.55.0 ] : https://github.com/php-telegram-bot/core/compare/0.54.1...0.55.0
252
257
[ 0.54.1 ] : https://github.com/php-telegram-bot/core/compare/0.54.0...0.54.1
253
258
[ 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
30
30
*
31
31
* @var string
32
32
*/
33
- protected $ version = '0.55.0 ' ;
33
+ protected $ version = '0.55.1 ' ;
34
34
35
35
/**
36
36
* Telegram API key
You can’t perform that action at this time.
0 commit comments