diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fc716f59f..c2e546095 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,12 @@ Release notes ============= +Version v33.6.5 +------------------- + +- We added /var/www/html as volume in nginx Docker compose (#1373). + + Version v33.6.4 ------------------- diff --git a/vulnerablecode/__init__.py b/vulnerablecode/__init__.py index 68e869c3a..694c5d3f5 100644 --- a/vulnerablecode/__init__.py +++ b/vulnerablecode/__init__.py @@ -12,7 +12,7 @@ import warnings from pathlib import Path -__version__ = "33.6.4" +__version__ = "33.6.5" def command_line():