diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f0ebc021..94f72b27a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ Note: Can be used with `sfdx plugins:install sfdx-hardis@beta` and docker image `hardisgroupcom/sfdx-hardis@beta` +## [5.7.2] 2024-11-25 + - Fix issue with auth just before running a command (ask to run again the same command meanwhile we find a way to avoid that using SF CLI architecture) ## [5.7.1] 2024-11-22 diff --git a/package.json b/package.json index 76cd86bc9..e27c11e12 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "Swiss-army-knife Toolbox for Salesforce.\n Allows you to define a complete CD/CD Pipeline.\n Orchestrate base commands and assist users with interactive wizards", "author": "NicolasVuillamy @nvuillam", "bugs": "https://github.com/hardisgroupcom/sfdx-hardis/issues", - "version": "5.7.1", + "version": "5.7.2", "dependencies": { "@actions/github": "^6.0.0", "@gitbeaker/node": "^35.8.1",