Skip to content

Commit 9493b0b

Browse files
committed
Version 1.2.1
1 parent 3ec8e8f commit 9493b0b

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,12 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
99
### Deprecated
1010
### Removed
1111
### Fixed
12-
- Secret should not be required when using CLI for getUpdates.
1312
### Security
1413

14+
## [1.2.1] - 2017-07-12
15+
### Fixed
16+
- Secret should not be required when using CLI for getUpdates.
17+
1518
## [1.2.0] - 2017-07-10
1619
### Added
1720
- Custom output callback can be defined for getUpdates method.

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Installation and usage is pretty straight forward:
2020
Either run this command in your command line:
2121

2222
```bash
23-
composer require php-telegram-bot/telegram-bot-manager:^1.0
23+
composer require php-telegram-bot/telegram-bot-manager:^1.2
2424
```
2525

2626
**or**

0 commit comments

Comments
 (0)