Skip to content

Commit 13879c4

Browse files
committed
Version 0.75.0
1 parent 5d631c3 commit 13879c4

File tree

3 files changed

+16
-8
lines changed

3 files changed

+16
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,19 +5,26 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
55

66
## [Unreleased]
77
### Notes
8-
- [:ledger: View file changes][Unreleased][:page_with_curl: DB migration script][unreleased-sql-migration]
8+
- [:ledger: View file changes][Unreleased]
9+
### Added
10+
### Changed
11+
### Deprecated
12+
### Removed
13+
### Fixed
14+
### Security
15+
16+
## [0.75.0] - 2021-12-29
17+
### Notes
18+
- [:ledger: View file changes][0.75.0][:page_with_curl: DB migration script][0.75.0-sql-migration]
919
### Added
1020
- Ability to directly set commands paths. (@wright-tw, @noplanman) (#1252)
1121
- Bot API 5.4. (@TiiFuchs, @noplanman) (#1266)
1222
- Bot API 5.5. (@TiiFuchs, @noplanman) (#1267)
1323
- The field `message_auto_delete_time` was added to the Chat Entity (@TiiFuchs) (#1265)
14-
### Changed
15-
### Deprecated
1624
### Removed
17-
- [:exclamation:][unreleased-bc-removed-chatactions] Removed deprecated `ChatAction::` `RECORD_AUDIO` and `UPLOAD_AUDIO`. Use `RECORD_VOICE` and `UPLOAD_VOICE` instead.
25+
- [:exclamation:][0.75.0-bc-removed-chatactions] Removed deprecated `ChatAction::` `RECORD_AUDIO` and `UPLOAD_AUDIO`. Use `RECORD_VOICE` and `UPLOAD_VOICE` instead. (@TiiFuchs) (#1267)
1826
### Fixed
1927
- PHP 8.1 deprecations. (@maxgorovenko) (#1260)
20-
### Security
2128

2229
## [0.74.0] - 2021-06-26
2330
### Notes
@@ -543,8 +550,8 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
543550
### Deprecated
544551
- Move `hideKeyboard` to `removeKeyboard`.
545552

546-
[unreleased-sql-migration]: https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.74.0-unreleased.sql
547-
[unreleased-bc-removed-chatactions]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#removed-deprecated-chatactions
553+
[0.75.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/develop/utils/db-schema-update/0.74.0-0.75.0.sql
554+
[0.75.0-bc-removed-chatactions]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#removed-deprecated-chatactions
548555
[0.74.0-bc-chatmember-subentities]: https://github.com/php-telegram-bot/core/wiki/Breaking-backwards-compatibility#chatmember-subentities
549556
[0.73.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.72.0-0.73.0.sql
550557
[0.72.0-sql-migration]: https://github.com/php-telegram-bot/core/tree/master/utils/db-schema-update/0.71.0-0.72.0.sql
@@ -580,6 +587,7 @@ Exclamation symbols (:exclamation:) note something of importance e.g. breaking c
580587
[Tidelift]: https://tidelift.com/subscription/pkg/packagist-longman-telegram-bot?utm_source=packagist-longman-telegram-bot&utm_medium=referral&utm_campaign=changelog
581588

582589
[Unreleased]: https://github.com/php-telegram-bot/core/compare/master...develop
590+
[0.75.0]: https://github.com/php-telegram-bot/core/compare/0.74.0...0.75.0
583591
[0.74.0]: https://github.com/php-telegram-bot/core/compare/0.73.1...0.74.0
584592
[0.73.1]: https://github.com/php-telegram-bot/core/compare/0.73.0...0.73.1
585593
[0.73.0]: https://github.com/php-telegram-bot/core/compare/0.72.0...0.73.0

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.74.0';
40+
protected $version = '0.75.0';
4141

4242
/**
4343
* Telegram API key

0 commit comments

Comments
 (0)