Skip to content

Commit 3d4f9b8

Browse files
authored
chore: bump the version (#88)
1 parent 49a8554 commit 3d4f9b8

File tree

3 files changed

+24
-1
lines changed

3 files changed

+24
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Change Log
22

3+
### 1.1.0
4+
5+
- Configure Scanners to use for scan
6+
- Update the Treeview when using Aqua Platform
7+
38
### 1.0.4
49

510
- Fixes the Trivy installer for Windows and Linux

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,24 @@ Have a feature you desire? Please let us know by filing an issue [here](https://
4747

4848
## Release Notes
4949

50+
### 1.1.0
51+
52+
- Configure Scanners to use for scan
53+
- Update the Treeview when using Aqua Platform
54+
55+
### 1.0.4
56+
57+
- Fixes the Trivy installer for Windows and Linux
58+
- Correctly handle spaces in directories
59+
60+
### 1.0.3
61+
62+
- Validate Aqua Platform settings before setting
63+
64+
### 1.0.2
65+
66+
- Remove hard coded links to dev env
67+
5068
### 1.0.1
5169

5270
- Fix issue with required resources and node_modules for webview

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"publisher": "AquaSecurityOfficial",
55
"description": "Find vulnerabilities, misconfigurations and exposed secrets in your code",
66
"icon": "images/icon.png",
7-
"version": "1.0.4",
7+
"version": "1.1.0",
88
"engines": {
99
"vscode": "^1.56.0"
1010
},

0 commit comments

Comments
 (0)