Skip to content

Commit

Permalink
chore: bump LS Protocol version to 11 [IDE-236] (#173)
Browse files Browse the repository at this point in the history
* chore: bump LS Protocol version to 11 [IDE-236]

* docs: update changelog
  • Loading branch information
bastiandoetsch authored Apr 9, 2024
1 parent 9b704d1 commit 6c2f004
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Snyk Security Changelog


## [2.1.0] - Unreleased

### Changes
- bumped the LS protocol version to 11 to support new commands introduced for global ignores

## [2.1.0] - v20240313.174439

### Fixes

- shortened plugin name to just Snyk Security
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ public LsMetadataResponseHandler() {

@Override
public String handleResponse(HttpResponse httpResponse) {
String latestCliSupportingLSProtocolVersion = "10";
String latestCliSupportingLSProtocolVersion = "11";
InputStream inputStream;
try {
inputStream = httpResponse.getEntity().getContent();
Expand Down

0 comments on commit 6c2f004

Please sign in to comment.