diff --git a/auth_oidc/__manifest__.py b/auth_oidc/__manifest__.py index dcb25ec54f..b1679a1bde 100644 --- a/auth_oidc/__manifest__.py +++ b/auth_oidc/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Authentication OpenID Connect", - "version": "14.0.1.0.2", + "version": "14.0.1.1.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 33b336582e..3991e509e2 100644 --- a/auth_oidc/readme/HISTORY.rst +++ b/auth_oidc/readme/HISTORY.rst @@ -1,3 +1,18 @@ +14.0.1.1.0 2023-11-22 +~~~~~~~~~~~~~~~~~~~~~ + +* Forward port OpenID Connect fixes from 13.0 to 14.0 + +14.0.1.0.2 2022-03-14 +~~~~~~~~~~~~~~~~~~~~~ + +* Fix werkzeug deprecated warning for url_encode, url decode + +14.0.1.0.1 2022-01-17 +~~~~~~~~~~~~~~~~~~~~~ + +* Updated readme and pot + 14.0.1.0.0 2021-12-10 ~~~~~~~~~~~~~~~~~~~~~