File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -9,9 +9,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
9
9
### Deprecated
10
10
### Removed
11
11
### Fixed
12
- - Secret should not be required when using CLI for getUpdates.
13
12
### Security
14
13
14
+ ## [ 1.2.1] - 2017-07-12
15
+ ### Fixed
16
+ - Secret should not be required when using CLI for getUpdates.
17
+
15
18
## [ 1.2.0] - 2017-07-10
16
19
### Added
17
20
- Custom output callback can be defined for getUpdates method.
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Installation and usage is pretty straight forward:
20
20
Either run this command in your command line:
21
21
22
22
``` bash
23
- composer require php-telegram-bot/telegram-bot-manager:^1.0
23
+ composer require php-telegram-bot/telegram-bot-manager:^1.2
24
24
```
25
25
26
26
** or**
You can’t perform that action at this time.
0 commit comments