Skip to content

Commit

Permalink
Prepare for release v33.6.4 (#1372)
Browse files Browse the repository at this point in the history
Signed-off-by: Tushar Goel <[email protected]>
  • Loading branch information
TG1999 authored Dec 21, 2023
1 parent f8d0e6b commit ecf3532
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------

Expand Down
2 changes: 1 addition & 1 deletion vulnerablecode/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import warnings
from pathlib import Path

__version__ = "33.6.3"
__version__ = "33.6.4"


def command_line():
Expand Down

0 comments on commit ecf3532

Please sign in to comment.