File tree Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Expand file tree Collapse file tree 2 files changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -7,14 +7,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
- - Tests for schema update scripts, to ensure that updates work as expected.
11
10
### Changed
12
11
### Deprecated
13
12
### Removed
14
13
### Fixed
15
- - DB schema update from 0.60.0 to 0.61.0.
16
14
### Security
17
15
16
+ ## [ 0.61.1] - 2019-11-23
17
+ ### Notes
18
+ - [ :ledger : View file changes] [ 0.61.1 ]
19
+ ### Added
20
+ - Tests for schema update scripts, to ensure that updates work as expected. (#1025 )
21
+ ### Fixed
22
+ - Parameter ` inline_query_id ` in ` InlineQuery::answerInlineQuery ` . (#1021 )
23
+ - Corrected DB schema update 0.60.0-0.61.0. (#1025 )
24
+
18
25
## [ 0.61.0] - 2019-11-02
19
26
### Notes
20
27
- [ :ledger : View file changes] [ 0.61.0 ] ∙ [ :page_with_curl : DB migration script] [ 0.61.0-sql-migration ]
@@ -429,6 +436,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
429
436
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
430
437
431
438
[ Unreleased ] : https://github.com/php-telegram-bot/core/compare/master...develop
439
+ [ 0.61.1 ] : https://github.com/php-telegram-bot/core/compare/0.61.0...0.61.1
432
440
[ 0.61.0 ] : https://github.com/php-telegram-bot/core/compare/0.60.0...0.61.0
433
441
[ 0.60.0 ] : https://github.com/php-telegram-bot/core/compare/0.59.1...0.60.0
434
442
[ 0.59.1 ] : https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ class Telegram
31
31
*
32
32
* @var string
33
33
*/
34
- protected $ version = '0.61.0 ' ;
34
+ protected $ version = '0.61.1 ' ;
35
35
36
36
/**
37
37
* Telegram API key
You can’t perform that action at this time.
0 commit comments