diff --git a/CHANGELOG.md b/CHANGELOG.md index 3555447..4dff749 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.6.0](https://github.com/OctopusDeploy/api-client.ts/compare/v3.5.2...v3.6.0) (2025-06-16) + + +### Features + +* Add live status dashboard option to Project ([#204](https://github.com/OctopusDeploy/api-client.ts/issues/204)) ([a8541a0](https://github.com/OctopusDeploy/api-client.ts/commit/a8541a0f071accc77e2ce8c996429ed26991037f)) + ## [3.5.2](https://github.com/OctopusDeploy/api-client.ts/compare/v3.5.1...v3.5.2) (2025-03-10) diff --git a/package-lock.json b/package-lock.json index e82406e..97f8014 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@octopusdeploy/api-client", - "version": "3.5.2", + "version": "3.6.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@octopusdeploy/api-client", - "version": "3.5.2", + "version": "3.6.0", "license": "Apache-2.0", "dependencies": { "adm-zip": "^0.5.9", diff --git a/package.json b/package.json index 6b21bc8..67b48bf 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,7 @@ "test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit" }, "types": "dist/index.d.ts", - "version": "3.5.2", + "version": "3.6.0", "jest-junit": { "outputDirectory": "reports", "outputName": "jest-junit.xml",