diff --git a/CHANGES.rst b/CHANGES.rst index 14b0453..0211f8f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,5 +1,5 @@ .. - Copyright (C) 2020 - 2021 Graz University of Technology. + Copyright (C) 2020 - 2022 Graz University of Technology. invenio-config-tugraz is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more @@ -7,6 +7,10 @@ Changes ======= +Version 0.8.2 (released 2022-03-03) + +- config: new introduced to v8 of invenioRDM + Version 0.8.1 (released 2022-02-28) - config: set samesite cookie to strict diff --git a/invenio_config_tugraz/version.py b/invenio_config_tugraz/version.py index e801276..9f34c7e 100644 --- a/invenio_config_tugraz/version.py +++ b/invenio_config_tugraz/version.py @@ -1,6 +1,6 @@ # -*- coding: utf-8 -*- # -# Copyright (C) 2020-2021 Graz University of Technology. +# Copyright (C) 2020-2022 Graz University of Technology. # # invenio-config-tugraz is free software; you can redistribute it and/or # modify it under the terms of the MIT License; see LICENSE file for more @@ -12,4 +12,4 @@ This file is imported by ``invenio_config_tugraz.__init__``, and parsed by ``setup.py``. """ -__version__ = "0.8.1" +__version__ = "0.8.2"