Skip to content

Commit

Permalink
Version 0.61.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Nov 23, 2019
1 parent f62780e commit 85d52f6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,21 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Notes
- [:ledger: View file changes][Unreleased]
### Added
- Tests for schema update scripts, to ensure that updates work as expected.
### Changed
### Deprecated
### Removed
### Fixed
- DB schema update from 0.60.0 to 0.61.0.
### Security

## [0.61.1] - 2019-11-23
### Notes
- [:ledger: View file changes][0.61.1]
### Added
- Tests for schema update scripts, to ensure that updates work as expected. (#1025)
### Fixed
- Parameter `inline_query_id` in `InlineQuery::answerInlineQuery`. (#1021)
- Corrected DB schema update 0.60.0-0.61.0. (#1025)

## [0.61.0] - 2019-11-02
### Notes
- [:ledger: View file changes][0.61.0][:page_with_curl: DB migration script][0.61.0-sql-migration]
Expand Down Expand Up @@ -429,6 +436,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog

[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
[0.61.1]: https://github.com/php-telegram-bot/core/compare/0.61.0...0.61.1
[0.61.0]: https://github.com/php-telegram-bot/core/compare/0.60.0...0.61.0
[0.60.0]: https://github.com/php-telegram-bot/core/compare/0.59.1...0.60.0
[0.59.1]: https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.61.0';
protected $version = '0.61.1';

/**
* Telegram API key
Expand Down

0 comments on commit 85d52f6

Please sign in to comment.