Skip to content

Commit

Permalink
Merge pull request #62 from GitGuardian/jgriffe/release-v0.5.0
Browse files Browse the repository at this point in the history
Release v0.5.0
  • Loading branch information
gg-jonathangriffe authored Nov 19, 2024
2 parents ddb79be + 30ef21f commit 8b89858
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 4 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# GitGuardian Secret Security Changelog

## [0.5.0]

### Removed

- Removed GGShield path and API key from the extension settings

### Changed

- Improve the authentication process and add more information when it fails.
- Only display one problem when a secret URI is detected

### Added

- Added an option in the vscode settings to allow self-signed certificates

## [0.4.2]

### Fixed
Expand All @@ -14,7 +29,7 @@

## [0.4.0]

### Modified
### Changed

- Load .env configuration and ensure environment specific settings are applied
- Prevent scanning gitignored files
Expand All @@ -26,7 +41,7 @@

## [0.3.0]

### Modified
### Changed

- Remove API key from settings
- Improve logging for invalid settings
Expand All @@ -37,7 +52,7 @@

## [0.2.0]

### modified
### Changed

- Do not display CLI path in settings

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "GitGuardian - Secrets Security",
"description": "A safety net to help developers safeguard their sensitive information (passwords, API key, tokens, ..) from accidental leaks in their code",
"icon": "images/icon.png",
"version": "0.4.2",
"version": "0.5.0",
"publisher": "gitguardian-secret-security",
"engines": {
"vscode": "^1.81.0"
Expand Down

0 comments on commit 8b89858

Please sign in to comment.