diff --git a/auth_oidc/__manifest__.py b/auth_oidc/__manifest__.py index 1778440ec1..44a58bb683 100644 --- a/auth_oidc/__manifest__.py +++ b/auth_oidc/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Authentication OpenID Connect", - "version": "12.0.1.1.0", + "version": "12.0.1.2.0", "license": "AGPL-3", "author": ( "ICTSTUDIO, André Schenkels, " diff --git a/auth_oidc/readme/CONTRIBUTORS.rst b/auth_oidc/readme/CONTRIBUTORS.rst index d721552d86..95b87f0a78 100644 --- a/auth_oidc/readme/CONTRIBUTORS.rst +++ b/auth_oidc/readme/CONTRIBUTORS.rst @@ -1,2 +1,3 @@ * Alexandre Fayolle * Stéphane Bidoul +* Andreas Perhab diff --git a/auth_oidc/readme/HISTORY.rst b/auth_oidc/readme/HISTORY.rst index f831ce0e6d..e4442847a9 100644 --- a/auth_oidc/readme/HISTORY.rst +++ b/auth_oidc/readme/HISTORY.rst @@ -1,3 +1,24 @@ +12.0.1.2.0 2022-11-22 +~~~~~~~~~~~~~~~~~~~~~ + +* Fix handling OpenID Connect responses without custom mapping by using the ``sub`` claim as user id +* Fix handling OpenID Connect ID Tokens without Key ID (``kid``) + +12.0.1.1.0 2022-11-22 +~~~~~~~~~~~~~~~~~~~~~ + +* Enable allowing assigning groups from token claims + +12.0.1.0.1 2022-02-28 +~~~~~~~~~~~~~~~~~~~~~ + +* Updated readme and pot + +12.0.1.0.0 2022-02-12 +~~~~~~~~~~~~~~~~~~~~~ + +* Backport to Odoo 12 + 13.0.1.0.0 2020-04-10 ~~~~~~~~~~~~~~~~~~~~~