Skip to content

Commit f7cac58

Browse files
committed
Version 0.52.0
1 parent 7a44511 commit f7cac58

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Diff for: CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,13 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
99
### Deprecated
1010
### Removed
1111
### Fixed
12+
### Security
13+
14+
## [0.52.0] - 2018-01-07
15+
### Fixed
1216
- Entity relations and wrong types for payments.
1317
- Allow empty string for `switch_inline_query` and `switch_inline_query_current_chat` (InlineKeyboardButton).
1418
- Fix empty date entry for User and Chat entities, using the current timestamp instead.
15-
### Security
1619

1720
## [0.51.0] - 2017-12-05
1821
:exclamation: After updating to this version, you will need to execute the [SQL migration script][0.51.0-sql-migration] on your database.
@@ -200,6 +203,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
200203
[example-bot]: https://github.com/php-telegram-bot/example-bot
201204

202205
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
206+
[0.52.0]: https://github.com/php-telegram-bot/core/compare/0.51.0...0.52.0
203207
[0.51.0]: https://github.com/php-telegram-bot/core/compare/0.50.0...0.51.0
204208
[0.50.0]: https://github.com/php-telegram-bot/core/compare/0.49.0...0.50.0
205209
[0.49.0]: https://github.com/php-telegram-bot/core/compare/0.48.0...0.49.0

Diff for: 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.51.0';
33+
protected $version = '0.52.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)