diff --git a/CHANGES.rst b/CHANGES.rst index 52ba3050..9e95715a 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -1,6 +1,6 @@ .. This file is part of Invenio. - Copyright (C) 2015-2019 CERN. + Copyright (C) 2015-2020 CERN. Invenio is free software; you can redistribute it and/or modify it under the terms of the MIT License; see LICENSE file for more details. @@ -8,6 +8,10 @@ Changes ======= +Version 1.3.3 (released 2020-08-31) + +- Add CERN OpenID OAuth provider. + Version 1.3.2 (released 2020-06-25) - Fixes orcid access token url. diff --git a/invenio_oauthclient/version.py b/invenio_oauthclient/version.py index 4054b2e7..1625499e 100644 --- a/invenio_oauthclient/version.py +++ b/invenio_oauthclient/version.py @@ -1,7 +1,7 @@ # -*- coding: utf-8 -*- # # This file is part of Invenio. -# Copyright (C) 2015-2019 CERN. +# Copyright (C) 2015-2020 CERN. # # Invenio is free software; you can redistribute it and/or modify it # under the terms of the MIT License; see LICENSE file for more details. @@ -14,4 +14,4 @@ from __future__ import absolute_import, print_function -__version__ = '1.3.2' +__version__ = '1.3.3'