Skip to content

Commit 2093cff

Browse files
committed
Version 0.70.1
1 parent 1109b7d commit 2093cff

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,20 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77
### Notes
88
- [:ledger: View file changes][Unreleased]
99
### Added
10-
- Extra parameter for `Request::sendMessage()` to pass options and return all response objects for split messages.
1110
### Changed
1211
### Deprecated
1312
### Removed
1413
### Fixed
15-
- Ensure download and upload path variables are defined.
1614
### Security
1715

16+
## [0.70.1] - 2020-12-25
17+
### Notes
18+
- [:ledger: View file changes][0.70.1]
19+
### Added
20+
- Extra parameter for `Request::sendMessage()` to pass options and return all response objects for split messages. (#1163)
21+
### Fixed
22+
- Ensure download and upload path variables are defined. (#1162)
23+
1824
## [0.70.0] - 2020-12-21
1925
### Notes
2026
- [:ledger: View file changes][0.70.0][:page_with_curl: DB migration script][0.70.0-sql-migration]
@@ -513,6 +519,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
513519
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
514520

515521
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
522+
[0.70.1]: https://github.com/php-telegram-bot/core/compare/0.70.0...0.70.1
516523
[0.70.0]: https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
517524
[0.64.0]: https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0
518525
[0.63.1]: https://github.com/php-telegram-bot/core/compare/0.63.0...0.63.1

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Telegram
3434
*
3535
* @var string
3636
*/
37-
protected $version = '0.70.0';
37+
protected $version = '0.70.1';
3838

3939
/**
4040
* Telegram API key

0 commit comments

Comments
 (0)