Skip to content

Commit

Permalink
Update release date and php support in CHANGELOG
Browse files Browse the repository at this point in the history
The release date for version 2.0-beta.1 in the CHANGELOG.md file has been updated. Additionally, the PHP support information has also been changed to reflect the added support for PHP 8.2 and 8.3, and the removal of support for PHP 8.0 and 8.1.

Signed-off-by: mesilov <[email protected]>
  • Loading branch information
mesilov committed Feb 18, 2024
1 parent 855cd96 commit bad9929
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
# bitrix24-php-sdk change log

## 2.0-beta.1 — 25.03.2023
## 2.0-beta.1 — 18.02.2024

### Added

* ❗️add php 8.3 support, drop 8.1 and 8.0 support
* ❗️add php 8.3, 8.2 support, drop 8.1 and 8.0 support
* add `Symfony\Component\Uid\Uuid` requirements
* add contracts for bitrix24 applications based on bitrix24-php-sdk - `Bitrix24\SDK\Application\Contracts`, now
added `Bitrix24Account`
Expand Down

0 comments on commit bad9929

Please sign in to comment.