Skip to content

Commit 85d52f6

Browse files
committed
Version 0.61.1
1 parent f62780e commit 85d52f6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77
### Notes
88
- [:ledger: View file changes][Unreleased]
99
### Added
10-
- Tests for schema update scripts, to ensure that updates work as expected.
1110
### Changed
1211
### Deprecated
1312
### Removed
1413
### Fixed
15-
- DB schema update from 0.60.0 to 0.61.0.
1614
### Security
1715

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+
1825
## [0.61.0] - 2019-11-02
1926
### Notes
2027
- [: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
429436
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
430437

431438
[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
432440
[0.61.0]: https://github.com/php-telegram-bot/core/compare/0.60.0...0.61.0
433441
[0.60.0]: https://github.com/php-telegram-bot/core/compare/0.59.1...0.60.0
434442
[0.59.1]: https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class Telegram
3131
*
3232
* @var string
3333
*/
34-
protected $version = '0.61.0';
34+
protected $version = '0.61.1';
3535

3636
/**
3737
* Telegram API key

0 commit comments

Comments
 (0)