diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 56beed61a..18ada8af3 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -3,9 +3,20 @@ Release notes +Version v30.3.1 +---------------- + +This is a minor bug fix release. + +- We enabled proper CSRF configuration for deployments + + Version v30.3.0 ---------------- +This is a feature update release including minor bug fixes and the introduction +of API keys and API throttling. + - We enabled API throttling for a basic user and for a staff user they can have unlimited access on API. diff --git a/setup.cfg b/setup.cfg index dd849fad6..58bb94765 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = vulnerablecode -version = 30.3.0 +version = 30.3.1 license = Apache-2.0 AND CC-BY-SA-4.0 # description must be on ONE line https://github.com/pypa/setuptools/issues/1390 diff --git a/vulnerabilities/templates/navbar.html b/vulnerabilities/templates/navbar.html index 0210e8ef1..2f6bac32a 100644 --- a/vulnerabilities/templates/navbar.html +++ b/vulnerabilities/templates/navbar.html @@ -44,24 +44,24 @@