diff --git a/CHANGELOG.md b/CHANGELOG.md index cf0eead..6dccfec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.0.0](https://github.com/OctopusDeploy/api-client.ts/compare/v1.4.0...v2.0.0) (2022-12-05) + + +### ⚠ BREAKING CHANGES + +* Removed environment variables from client, it is callers responsibility. Removed monolithic repositoy object and added space awareness to individual repository implementations +* Updates to call the create release/executions APIs ([#123](https://github.com/OctopusDeploy/api-client.ts/issues/123)) + +### Features + +* Removed environment variables from client, it is callers responsibility. Removed monolithic repositoy object and added space awareness to individual repository implementations ([86e86e1](https://github.com/OctopusDeploy/api-client.ts/commit/86e86e19e7c1a44d54b994e497055658c2bf33a1)) +* Updates to call the create release/executions APIs ([#123](https://github.com/OctopusDeploy/api-client.ts/issues/123)) ([03eddec](https://github.com/OctopusDeploy/api-client.ts/commit/03eddece5e674c5a16b33765e9e4342d5602bf08)) + ## [1.4.0](https://github.com/OctopusDeploy/api-client.ts/compare/v1.3.2...v1.4.0) (2022-07-21) diff --git a/package-lock.json b/package-lock.json index c92c58a..2ed780e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@octopusdeploy/api-client", - "version": "1.4.0", + "version": "2.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@octopusdeploy/api-client", - "version": "1.4.0", + "version": "2.0.0", "license": "Apache-2.0", "dependencies": { "axios": "^0.27.2", diff --git a/package.json b/package.json index bcf9980..bf6f0a2 100644 --- a/package.json +++ b/package.json @@ -75,7 +75,7 @@ "test": "jest --maxWorkers=4 --config=jest.config.js --ci --reporters=default --reporters=jest-junit" }, "types": "dist/index.d.ts", - "version": "1.4.0", + "version": "2.0.0", "jest-junit": { "outputDirectory": "reports", "outputName": "jest-junit.xml",