diff --git a/CHANGES.rst b/CHANGES.rst index 4d5b194..14b0453 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -7,6 +7,11 @@ Changes ======= +Version 0.8.1 (released 2022-02-28) + +- config: set samesite cookie to strict +- dep: bump in base dependencies + Version 0.8.0 (released 2022-02-09) - dep: bump rdm-records version diff --git a/invenio_config_tugraz/version.py b/invenio_config_tugraz/version.py index ab5fcae..e801276 100644 --- a/invenio_config_tugraz/version.py +++ b/invenio_config_tugraz/version.py @@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``, and parsed by ``setup.py``. """ -__version__ = "0.8.0" +__version__ = "0.8.1"