From 35d07bf229d1e28311b3cae27f01b2f64e3ab5bc Mon Sep 17 00:00:00 2001 From: mesilov Date: Sun, 21 Apr 2024 20:27:28 +0600 Subject: [PATCH] Update CHANGELOG.md for 2.0-beta.3 release This commit updates the CHANGELOG.md to reflect the changes going into the 2.0-beta.3 release of the bitrix24-php-sdk. This includes the addition of the 'bizproc' scope and related services for working with workflows, as well as a new method for initializing from a robot request. Signed-off-by: mesilov --- CHANGELOG.md | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 019fa11..bf9ee21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,17 @@ # bitrix24-php-sdk change log -## 2.0-beta.2 — 1.04.2024 +## 2.0-beta.3 — 1.05.2024 ### Added +* add scope `bizproc` and [services](https://github.com/mesilov/bitrix24-php-sdk/issues/376) for work with workflows: + * `Workflow` + * `Template` + * `Robot` + * `Event` +* add method `Bitrix24\SDK\Core\Credentials\AccessToken::initFromRobotRequest` +* -* add `bizproc` [services](https://github.com/mesilov/bitrix24-php-sdk/issues/376) +## 2.0-beta.2 — 1.04.2024 ### Changed @@ -17,10 +24,6 @@ * `phpunit/phpunit` `10.5.*` → `11.0.*` * added enum `DealSemanticStage` for deal field `STAGE_SEMANTIC_ID` -### Bugfix - -### etc - ## 2.0-beta.1 — 18.02.2024 ### Added