File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments