diff --git a/CHANGELOG.md b/CHANGELOG.md index 39335891..ebb64149 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## 5.8.0 (2022-11-12) + + +### Features + +* add `ExternalCredentials` metadata and `v56` api version ([#390](https://github.com/scolladon/sfdx-git-delta/issues/390)) ([5136b7a](https://github.com/scolladon/sfdx-git-delta/commit/5136b7a2481db2f3dfd612ecfdd6920576a4480a)) + ### 5.7.1 (2022-11-10) diff --git a/README.md b/README.md index e52c398d..3f2d6334 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ OPTIONS this command invocation ``` -_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.7.1/src/commands/sgd/source/delta.ts)_ +_See code: [src/commands/sgd/source/delta.ts](https://github.com/scolladon/sfdx-git-delta/blob/v5.8.0/src/commands/sgd/source/delta.ts)_ ### Windows users diff --git a/package.json b/package.json index 14dcda59..adabc9a4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "sfdx-git-delta", - "version": "5.7.1", + "version": "5.8.0", "description": "Generate the sfdx content in source format and destructive change from two git commits", "keyword": [ "salesforce",