Skip to content

Commit 11acd50

Browse files
authored
CM-45174 - Release v1.15.0 (#127)
1 parent cf51ac4 commit 11acd50

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## [Unreleased]
44

5+
## [v1.15.0]
6+
57
- Add proper support for disabled modules
68
- Add tree view filtering by severity
79
- Fix auth required state of status bar
@@ -139,6 +141,8 @@
139141

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

144+
[v1.15.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.15.0
145+
142146
[v1.14.0]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.14.0
143147

144148
[v1.13.1]: https://github.com/cycodehq/vscode-extension/releases/tag/v1.13.1
@@ -189,4 +193,4 @@ The first stable release with the support of Secrets, SCA, TreeView, Violation C
189193

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

192-
[Unreleased]: https://github.com/cycodehq/vscode-extension/compare/v1.14.0...HEAD
196+
[Unreleased]: https://github.com/cycodehq/vscode-extension/compare/v1.15.0...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.14.0",
4+
"version": "1.15.0",
55
"publisher": "cycode",
66
"description": "Boost security in your dev lifecycle via SAST, SCA, Secrets & IaC scanning.",
77
"repository": {

0 commit comments

Comments
 (0)