diff --git a/CHANGELOG.md b/CHANGELOG.md index 7823950..b596ffa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # GitGuardian Secret Security Changelog +## [0.2.0] +### modified +- Do not display CLI path in settings + ## [0.1.0] ### Added diff --git a/package.json b/package.json index 70aca45..64a69ee 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "displayName": "GitGuardian", "description": "Visual Studio Code extension designed to help developers safeguard their sensitive information from accidental leaks in their code", "icon": "images/icon.png", - "version": "0.1.0", + "version": "0.2.0", "publisher": "gitguardian-secret-security", "engines": { "vscode": "^1.81.0"