diff --git a/CHANGELOG.md b/CHANGELOG.md index 17b9d01..cc8a802 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Added +### Changed + +## v1.7.0 - 2024-04-24 + +### Added + - Reworked the Semgrep Search UI to be more modern, performant, and expressive! Features include: - ability to specify multiple patterns to match / not match @@ -20,6 +26,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed +- Scan workspace commands will now toggle "Only Git Dirty" before scanning + ## v1.6.3 - 2024-02-02 ### Added diff --git a/package.json b/package.json index 8b99ffc..53a6113 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "semgrep", "displayName": "Semgrep", "description": "Security scans in a snap. Speedy SAST with a powerful rule registry for seamless detection and remediation of code vulnerabilities with each save.", - "version": "1.6.3", + "version": "1.7.0", "engines": { "vscode": "^1.66.0" },