diff --git a/CHANGELOG.md b/CHANGELOG.md index d9560071..2d2364c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # bitrix24-php-sdk change log +## 1.3.0 (07.04.2023) +* change `psr/log` version requirements + ## 1.2.2 (15.01.2022) * fix php version requirements again =( diff --git a/composer.json b/composer.json index 54273072..bd0ccd98 100644 --- a/composer.json +++ b/composer.json @@ -15,7 +15,7 @@ "php": ">=5.4.0", "ext-json": "*", "ext-curl": "*", - "psr/log": "^1.0" + "psr/log": "^1.0 || ^2.0 || ^3.0" }, "require-dev": { "jakub-onderka/php-parallel-lint": "0.9", diff --git a/src/bitrix24.php b/src/bitrix24.php index 7ca9d52e..cc4d19af 100644 --- a/src/bitrix24.php +++ b/src/bitrix24.php @@ -40,7 +40,7 @@ class Bitrix24 implements iBitrix24 /** * @var string SDK version */ - const VERSION = '1.2.2'; + const VERSION = '1.3.0'; /** * @var string OAuth server