Skip to content

Commit

Permalink
chore(release): 8.6.2 [skip ci]
Browse files Browse the repository at this point in the history
## [8.6.2](v8.6.1...v8.6.2) (2024-06-12)

### Bug Fixes

* **zeebe:** security fix for grpc-js dependency update ([#180](#180)) ([f43d956](f43d956))

### Features

* **zeebe:** add deployResources method ([165862f](165862f)), closes [#173](#173)
* **zeebe:** add multi-tenant support to workers ([#175](#175)) ([28450a5](28450a5)), closes [#171](#171)
* **zeebe:** add updateJobTimeout method ([#172](#172)) ([5eff624](5eff624)), closes [#171](#171)
* **zeebe:** support StreamActivatedJobs RPC ([#160](#160)) ([258296a](258296a)), closes [#17](#17)
  • Loading branch information
semantic-release-bot committed Jun 12, 2024
1 parent 65f0bc0 commit 315e9d9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## [8.6.2](https://github.com/camunda/camunda-8-js-sdk/compare/v8.6.1...v8.6.2) (2024-06-12)


### Bug Fixes

* **zeebe:** security fix for grpc-js dependency update ([#180](https://github.com/camunda/camunda-8-js-sdk/issues/180)) ([f43d956](https://github.com/camunda/camunda-8-js-sdk/commit/f43d956744e025253aa916855999371ca0cebebb))


### Features

* **zeebe:** add deployResources method ([165862f](https://github.com/camunda/camunda-8-js-sdk/commit/165862f58921c51124d0df38cb51db173c19fd00)), closes [#173](https://github.com/camunda/camunda-8-js-sdk/issues/173)
* **zeebe:** add multi-tenant support to workers ([#175](https://github.com/camunda/camunda-8-js-sdk/issues/175)) ([28450a5](https://github.com/camunda/camunda-8-js-sdk/commit/28450a50a2cbb70b5f8958e1d94c144f817a8758)), closes [#171](https://github.com/camunda/camunda-8-js-sdk/issues/171)
* **zeebe:** add updateJobTimeout method ([#172](https://github.com/camunda/camunda-8-js-sdk/issues/172)) ([5eff624](https://github.com/camunda/camunda-8-js-sdk/commit/5eff6243dbce5fd296daeedcf6191ef4c4d4b609)), closes [#171](https://github.com/camunda/camunda-8-js-sdk/issues/171)
* **zeebe:** support StreamActivatedJobs RPC ([#160](https://github.com/camunda/camunda-8-js-sdk/issues/160)) ([258296a](https://github.com/camunda/camunda-8-js-sdk/commit/258296aef6558f976dd299ea977514d58d822141)), closes [#17](https://github.com/camunda/camunda-8-js-sdk/issues/17)

## [8.6.1-alpha.2](https://github.com/camunda/camunda-8-js-sdk/compare/v8.6.1-alpha.1...v8.6.1-alpha.2) (2024-06-12)

### Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 315e9d9

Please sign in to comment.