Skip to content

Commit

Permalink
Version 0.70.1
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Dec 25, 2020
1 parent 1109b7d commit 2093cff
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Notes
- [:ledger: View file changes][Unreleased]
### Added
- Extra parameter for `Request::sendMessage()` to pass options and return all response objects for split messages.
### Changed
### Deprecated
### Removed
### Fixed
- Ensure download and upload path variables are defined.
### Security

## [0.70.1] - 2020-12-25
### Notes
- [:ledger: View file changes][0.70.1]
### Added
- Extra parameter for `Request::sendMessage()` to pass options and return all response objects for split messages. (#1163)
### Fixed
- Ensure download and upload path variables are defined. (#1162)

## [0.70.0] - 2020-12-21
### Notes
- [:ledger: View file changes][0.70.0][:page_with_curl: DB migration script][0.70.0-sql-migration]
Expand Down Expand Up @@ -513,6 +519,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.70.1]: https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
[0.70.0]: https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
[0.64.0]: https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0
[0.63.1]: https://github.com/php-telegram-bot/core/compare/0.63.0...0.63.1
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.70.0';
protected $version = '0.70.1';

/**
* Telegram API key
Expand Down

0 comments on commit 2093cff

Please sign in to comment.