Skip to content

Commit d405a23

Browse files
authored
CM-59284: update cli to 3.9.3 (#138)
1 parent 96baa48 commit d405a23

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
## [Unreleased]
44

5+
## [v1.17.1]
6+
57
- Remove Sentry integration
6-
- Increase required CLI version to 3.9.2
8+
- Increase required CLI version to 3.9.3
79

810
## [v1.17.0]
911

@@ -152,6 +154,8 @@
152154

153155
The first stable release with the support of Secrets, SCA, TreeView, Violation Card, and more.
154156

157+
[v1.17.1]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.17.1
158+
155159
[v1.17.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.17.0
156160

157161
[v1.16.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.16.0
@@ -208,4 +212,4 @@ The first stable release with the support of Secrets, SCA, TreeView, Violation C
208212

209213
[v1.0.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.0.0
210214

211-
[Unreleased]: https://github.com/cycodehq/vscode-extension/compare/v1.15.0...HEAD
215+
[Unreleased]: https://github.com/cycodehq/vscode-extension/compare/v1.17.1...HEAD

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "cycode",
33
"displayName": "Cycode",
4-
"version": "1.17.0",
4+
"version": "1.17.1",
55
"publisher": "cycode",
66
"description": "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning.",
77
"repository": {

src/constants.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const getScanTypeDisplayName = (scanType: string): string => {
128128
return _SCAN_TYPE_TO_DISPLAY_NAME[scanType];
129129
};
130130

131-
export const REQUIRED_CLI_VERSION = '3.9.2';
131+
export const REQUIRED_CLI_VERSION = '3.9.3';
132132

133133
export const CLI_GITHUB = {
134134
OWNER: 'cycodehq',

0 commit comments

Comments
 (0)