Skip to content

Commit

Permalink
Update CHANGELOG.md for 2.0-beta.3 release
Browse files Browse the repository at this point in the history
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 <mesilov.maxim@gmail.com>
  • Loading branch information
mesilov committed Apr 21, 2024
1 parent be9013c commit 35d07bf
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions 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

Expand All @@ -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
Expand Down

0 comments on commit 35d07bf

Please sign in to comment.