Skip to content

Commit

Permalink
Version 0.60.0
Browse files Browse the repository at this point in the history
  • Loading branch information
noplanman committed Aug 16, 2019
1 parent 0e35518 commit 4664688
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Expand Up @@ -7,14 +7,22 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
### Notes
- [:ledger: View file changes][Unreleased]
### Added
- Bot API 4.4 (Animated stickers, `ChatPermissions`).
### Changed
### Deprecated
### Removed
### Fixed
- Non-existing commands now correctly execute `GenericCommand` again.
### Security

## [0.60.0] - 2019-08-16
### Notes
- [:ledger: View file changes][0.60.0]
### Added
- Bot API 4.4 (Animated stickers, `ChatPermissions`). (#990)
### Changed
- Allow passing native entity objects to requests. (#991)
### Fixed
- Non-existing commands now correctly execute `GenericCommand` again. (#993)

## [0.59.1] - 2019-07-18
### Notes
- [:ledger: View file changes][0.59.1]
Expand Down Expand Up @@ -394,6 +402,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog

[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
[0.60.0]: https://github.com/php-telegram-bot/core/compare/0.59.1...0.60.0
[0.59.1]: https://github.com/php-telegram-bot/core/compare/0.59.0...0.59.1
[0.59.0]: https://github.com/php-telegram-bot/core/compare/0.58.0...0.59.0
[0.58.0]: https://github.com/php-telegram-bot/core/compare/0.57.0...0.58.0
Expand Down
2 changes: 1 addition & 1 deletion src/Telegram.php
Expand Up @@ -30,7 +30,7 @@ class Telegram
*
* @var string
*/
protected $version = '0.59.1';
protected $version = '0.60.0';

/**
* Telegram API key
Expand Down

0 comments on commit 4664688

Please sign in to comment.