Skip to content

Commit 9d4d020

Browse files
committed
Version 0.43.0
1 parent 106b029 commit 9d4d020

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,19 @@
22
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
33

44
## [Unreleased]
5+
6+
## [0.43.0] - 2017-04-17
57
### Added
68
- Travis CI webhook for Support Bot.
9+
- Interval for request limiter.
10+
- `isRunCommands()` method to check if called via `runCommands()`.
711
- Ensure coding standards for `tests` folder with `phpcs`.
812
### Changed
13+
- Move default commands to `examples` folder.
914
- All links point to new organisation repo.
10-
- Drop PHP 5.5, add PHP 7.1 support.
15+
- Add PHP 7.1 support and update dependencies.
16+
### Fixed
17+
- Prevent handling the same Telegram updates multiple times, throw exception instead.
1118

1219
## [0.42.0] - 2017-04-09
1320
### Added

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ class Telegram
3030
*
3131
* @var string
3232
*/
33-
protected $version = '0.42.0';
33+
protected $version = '0.43.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)