diff --git a/CHANGELOG.md b/CHANGELOG.md index a394e94..ecbf3eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## [Unreleased] +## [v1.17.5] + +- When performing a scan for all scan types, one notification will be shown instead of one per scanner + ## [v1.17.4] - Increase required CLI version to 3.12.2 @@ -224,4 +228,4 @@ The first stable release with the support of Secrets, SCA, TreeView, Violation C [v1.0.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.0.0 -[Unreleased]: https://github.com/cycodehq/vscode-extension/compare/v1.17.1...HEAD \ No newline at end of file +[Unreleased]: https://github.com/cycodehq/vscode-extension/compare/v1.17.1...HEAD diff --git a/package.json b/package.json index 84849c8..bf86d3b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "cycode", "displayName": "Cycode", - "version": "1.17.4", + "version": "1.17.5", "publisher": "cycode", "description": "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning.", "repository": {