From 9e2c1f8955ab8c7b141dae6ab651dc61284a48c7 Mon Sep 17 00:00:00 2001 From: Tushar Goel Date: Thu, 21 Dec 2023 19:51:15 +0530 Subject: [PATCH] Prepare for release v33.6.4 Signed-off-by: Tushar Goel --- CHANGELOG.rst | 12 ++++++++++++ vulnerablecode/__init__.py | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 275c0b804..fc716f59f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,18 @@ Release notes ============= +Version v33.6.4 +------------------- + +- We added /var/www/html as volume in Docker compose (#1371). +- We fixed table borders in Vulnerability details UI #1356 (#1358) +- We fixed import runner's process_inferences (#1360) +- We fixed debian OVAL importer (#1361) +- We added graph model diagrams #977(#1350) +- We added endpoint for purl lookup (#1359) +- We fixed swagger API docs generation (#1366) + + Version v33.6.3 ---------------- diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index 56e7550a1..68e869c3a 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "33.6.3" +__version__ = "33.6.4" def command_line():