Skip to content

Commit 4f2f6e7

Browse files
committed
Version 0.76.0
1 parent 46ee25f commit 4f2f6e7

File tree

2 files changed

+14
-6
lines changed

2 files changed

+14
-6
lines changed

CHANGELOG.md

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,24 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
77
### Notes
88
- [:ledger: View file changes][Unreleased]
99
### Added
10-
- Bot API 5.6 (@TiiFuchs) (#1275)
11-
- Bot API 5.7 (@TiiFuchs) (#1284)
12-
- PSR3 (psr/log) version 2 and 3 compatible (@noplanman)
13-
- Entity implements and uses JsonSerializable now (@TiiFuchs)
1410
### Changed
15-
- Bugfix: Fixed condition in \Longman\TelegramBot\Entities\Chat::isGroupChat() that previously also counted super groups and channels.
1611
### Deprecated
1712
### Removed
1813
### Fixed
1914
### Security
2015

16+
## [0.76.0] - 2022-03-20
17+
### Notes
18+
- [:ledger: View file changes][0.76.0]
19+
### Added
20+
- Bot API 5.6 (@TiiFuchs) (#1275)
21+
- Bot API 5.7 (@TiiFuchs) (#1284)
22+
- PSR3 (psr/log) version 2 and 3 compatible (@noplanman) (#1287)
23+
- Entity implements and uses JsonSerializable now (@TiiFuchs)
24+
- Test with PHP 8.1 on Travis CI (@osavchenko) (#1291)
25+
### Changed
26+
- Bugfix: Fixed condition in \Longman\TelegramBot\Entities\Chat::isGroupChat() that previously also counted super groups and channels. (@TiiFuchs)
27+
2128
## [0.75.0] - 2021-12-29
2229
### Notes
2330
- [:ledger: View file changes][0.75.0][:page_with_curl: DB migration script][0.75.0-sql-migration]
@@ -592,6 +599,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
592599
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
593600

594601
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
602+
[0.76.0]: https://github.com/php-telegram-bot/core/compare/0.75.0...0.76.0
595603
[0.75.0]: https://github.com/php-telegram-bot/core/compare/0.74.0...0.75.0
596604
[0.74.0]: https://github.com/php-telegram-bot/core/compare/0.73.1...0.74.0
597605
[0.73.1]: https://github.com/php-telegram-bot/core/compare/0.73.0...0.73.1

src/Telegram.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class Telegram
3737
*
3838
* @var string
3939
*/
40-
protected $version = '0.75.0';
40+
protected $version = '0.76.0';
4141

4242
/**
4343
* Telegram API key

0 commit comments

Comments
 (0)