diff --git a/CHANGELOG.md b/CHANGELOG.md index 69865b36..8eed0e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [8.5.8](https://github.com/camunda/camunda-8-js-sdk/compare/v8.5.7...v8.5.8) (2024-06-13) + + +### Bug Fixes + +* specify the correct audience when getting an Optimize auth token ([#185](https://github.com/camunda/camunda-8-js-sdk/issues/185)) ([a6a642a](https://github.com/camunda/camunda-8-js-sdk/commit/a6a642a78948844694d04263b25eeafc0cabf9e7)) + ## [8.5.7](https://github.com/camunda/camunda-8-js-sdk/compare/v8.5.6...v8.5.7) (2024-06-11) diff --git a/package-lock.json b/package-lock.json index c4696886..91a885a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@camunda8/sdk", - "version": "8.5.7", + "version": "8.5.8", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@camunda8/sdk", - "version": "8.5.7", + "version": "8.5.8", "license": "Apache 2.0", "dependencies": { "@grpc/grpc-js": "1.10.9",