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
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### Added
10
- - Extra parameter for ` Request::sendMessage() ` to pass options and return all response objects for split messages.
11
10
### Changed
12
11
### Deprecated
13
12
### Removed
14
13
### Fixed
15
- - Ensure download and upload path variables are defined.
16
14
### Security
17
15
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
+
18
24
## [ 0.70.0] - 2020-12-21
19
25
### Notes
20
26
- [ :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
513
519
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
514
520
515
521
[ 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
516
523
[ 0.70.0 ] : https://github.com/php-telegram-bot/core/compare/0.64.0...0.70.0
517
524
[ 0.64.0 ] : https://github.com/php-telegram-bot/core/compare/0.63.1...0.64.0
518
525
[ 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
34
34
*
35
35
* @var string
36
36
*/
37
- protected $ version = '0.70.0 ' ;
37
+ protected $ version = '0.70.1 ' ;
38
38
39
39
/**
40
40
* Telegram API key
You can’t perform that action at this time.
0 commit comments