diff --git a/CHANGELOG.md b/CHANGELOG.md index 12e933af..e81c5a65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # bitrix24-php-sdk change log +## 2.0-beta.1 — 10.11.2022 + +### Added + +### Changed + +### Bugfix +* fix [typehint at ContactItemResult](https://github.com/mesilov/bitrix24-php-sdk/issues/320) + +### etc + ## 2.0-alpha.7 — 8.08.2022 ### Added diff --git a/src/Services/CRM/Contact/Result/ContactItemResult.php b/src/Services/CRM/Contact/Result/ContactItemResult.php index 82293707..e360e3eb 100644 --- a/src/Services/CRM/Contact/Result/ContactItemResult.php +++ b/src/Services/CRM/Contact/Result/ContactItemResult.php @@ -43,7 +43,7 @@ * @property-read DateTimeInterface $DATE_MODIFY * @property-read string $COMPANY_ID * @property-read string $COMPANY_IDS - * @property-read string $LEAD_ID + * @property-read int $LEAD_ID * @property-read string $ORIGINATOR_ID * @property-read string $ORIGIN_ID * @property-read string $ORIGIN_VERSION