@@ -7,17 +7,24 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
7
7
### Notes
8
8
- [ :ledger : View file changes] [ Unreleased ]
9
9
### 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 )
14
10
### Changed
15
- - Bugfix: Fixed condition in \Longman\TelegramBot\Entities\Chat::isGroupChat() that previously also counted super groups and channels.
16
11
### Deprecated
17
12
### Removed
18
13
### Fixed
19
14
### Security
20
15
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
+
21
28
## [ 0.75.0] - 2021-12-29
22
29
### Notes
23
30
- [ :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
592
599
[ Tidelift ] : https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
593
600
594
601
[ 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
595
603
[ 0.75.0 ] : https://github.com/php-telegram-bot/core/compare/0.74.0...0.75.0
596
604
[ 0.74.0 ] : https://github.com/php-telegram-bot/core/compare/0.73.1...0.74.0
597
605
[ 0.73.1 ] : https://github.com/php-telegram-bot/core/compare/0.73.0...0.73.1
0 commit comments