diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b6db59f..8666a280 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # Change Log -## 0.9.5 (?) +## 0.9.5 (Jul 30th 2024) - enhancement - Added support for vulnerability analysis for Gradle build manifests. - enhancement - Added support for vulnerability analysis on images in Dockerfiles. - enhancement - Added new settings for the Python and Go ecosystems. diff --git a/package-lock.json b/package-lock.json index 6a41cba9..15662cd4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "fabric8-analytics", - "version": "0.9.4", + "version": "0.9.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "fabric8-analytics", - "version": "0.9.4", + "version": "0.9.5", "license": "Apache-2.0", "dependencies": { "@fabric8-analytics/fabric8-analytics-lsp-server": "^0.9.4-ea.26", diff --git a/package.json b/package.json index 37f84958..50b1a9fa 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "fabric8-analytics", "displayName": "Red Hat Dependency Analytics", "description": "Provides insights on security vulnerabilities in your application dependencies.", - "version": "0.9.4", + "version": "0.9.5", "author": "Red Hat", "publisher": "redhat", "preview": true,