@@ -4,17 +4,23 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4
4
Exclamation symbols (:exclamation : ) note something of importance e.g. breaking changes. Click them to learn more.
5
5
6
6
## [ Unreleased]
7
- :exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ unreleased-sql-migration ] on your database.
8
7
### Added
9
- - Bot API 4.0
10
8
### Changed
11
- - [ :exclamation : ] [ unreleased-bc-move-animation-out-of-games-namespace ] Move Animation entity out of Games namespace.
12
9
### Deprecated
13
10
### Removed
14
11
### Fixed
15
- - Added missing ` video_note ` to ` Message ` types.
16
12
### Security
17
13
14
+ ## [ 0.55.0] - 2018-12-20
15
+ :exclamation : After updating to this version, you will need to execute the [ SQL migration script] [ 0.55.0-sql-migration ] on your database.
16
+ ### Added
17
+ - Bot API 4.0 and 4.1 (Telegram Passport)
18
+ - Test PHP 7.3 with Travis.
19
+ ### Changed
20
+ - [ :exclamation : ] [ 0.55.0-bc-move-animation-out-of-games-namespace ] Move Animation entity out of Games namespace.
21
+ ### Fixed
22
+ - Added missing ` video_note ` to ` Message ` types.
23
+
18
24
## [ 0.54.1] - 2018-10-23
19
25
### Fixed
20
26
- ` sendToActiveChats ` now works correctly for any valid Request action.
@@ -221,8 +227,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
221
227
### Deprecated
222
228
- Move ` hideKeyboard ` to ` removeKeyboard ` .
223
229
224
- [ unreleased -sql-migration] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.54.0-unreleased.sql
225
- [ unreleased -bc-move-animation-out-of-games-namespace] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#move-animation-out-of-games-namespace
230
+ [ 0.55.0 -sql-migration] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.54.0-unreleased.sql
231
+ [ 0.55.0 -bc-move-animation-out-of-games-namespace] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#move-animation-out-of-games-namespace
226
232
[ 0.54.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.53.0-0.54.0.sql
227
233
[ 0.54.0-bc-rename-constants ] : https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#rename-constants
228
234
[ 0.53.0-sql-migration ] : https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.52.0-0.53.0.sql
@@ -240,6 +246,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
240
246
[ example-bot ] : https://github.com/php-telegram-bot/example-bot
241
247
242
248
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
249
+ [ 0.55.0 ] : https://github.com/php-telegram-bot/core/compare/0.54.1...0.55.0
243
250
[ 0.54.1 ] : https://github.com/php-telegram-bot/core/compare/0.54.0...0.54.1
244
251
[ 0.54.0 ] : https://github.com/php-telegram-bot/core/compare/0.53.0...0.54.0
245
252
[ 0.53.0 ] : https://github.com/php-telegram-bot/core/compare/0.52.0...0.53.0
0 commit comments