Skip to content

Commit 25d74af

Browse files
committed
Version 0.42.0.
1 parent 3228a65 commit 25d74af

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

CHANGELOG.md

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

4+
## [0.42.0] - 2017-04-09
5+
### Added
6+
- Added `getBotId()` to directly access bot ID.
7+
### Changed
8+
- Rename `bot_name` to `bot_username` everywhere.
9+
### Deprecated
10+
- Deprecated `getBotName()` (Use `getBotUsername()` instead).
11+
### Fixed
12+
- Tests are more reliable now, using a properly formatted API key.
13+
414
## [0.41.0] - 2017-03-25
515
### Added
616
- `$show_in_help` attribute for commands, to set if it should be displayed in the `/help` command.
@@ -44,7 +54,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
4454
## [0.37.1] - 2016-12-24
4555
### Fixed
4656
- Keyboards that are built without using the KeyboardButton objects.
47-
- Commands that are called via `/command@botname` by correctly passing them the botname.
57+
- Commands that are called via `/command@botname` by correctly passing them the bot name.
4858

4959
## [0.37.0] - 2016-12-13
5060
### Changed

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.41.0';
33+
protected $version = '0.42.0';
3434

3535
/**
3636
* Telegram API key

0 commit comments

Comments
 (0)