diff --git a/.changeset/quiet-runtimes-strip-credentials.md b/.changeset/quiet-runtimes-strip-credentials.md deleted file mode 100644 index 46d84ace5..000000000 --- a/.changeset/quiet-runtimes-strip-credentials.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@gh-symphony/cli": patch ---- - -Reject host Git and SSH credential environment names in custom runtime authentication settings instead of silently removing them from the agent child environment (#868). diff --git a/packages/cli/CHANGELOG.md b/packages/cli/CHANGELOG.md index 05f7e23e8..0a19aabd9 100644 --- a/packages/cli/CHANGELOG.md +++ b/packages/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @gh-symphony/cli +## 2.0.1 + +### Patch Changes + +- [#873](https://github.com/hojinzs/github-symphony/pull/873) [`519b1cf`](https://github.com/hojinzs/github-symphony/commit/519b1cfce7bf96b75becdee6be00e3ad21a24216) Thanks [@moncher-dev](https://github.com/moncher-dev)! - Reject host Git and SSH credential environment names in custom runtime authentication settings instead of silently removing them from the agent child environment ([#868](https://github.com/hojinzs/github-symphony/issues/868)). + ## 2.0.0 ### Major Changes diff --git a/packages/cli/package.json b/packages/cli/package.json index d3c6a12f4..7db76bf02 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@gh-symphony/cli", - "version": "2.0.0", + "version": "2.0.1", "license": "MIT", "author": "hojinzs", "description": "Interactive CLI for GitHub Symphony orchestration",