diff --git a/auth_oidc/__manifest__.py b/auth_oidc/__manifest__.py index be60eba9f8..5e046a73f3 100644 --- a/auth_oidc/__manifest__.py +++ b/auth_oidc/__manifest__.py @@ -4,7 +4,7 @@ { "name": "Authentication OpenID Connect", - "version": "16.0.1.1.1", + "version": "17.0.1.0.0", "license": "AGPL-3", "author": ( "ICTSTUDIO, André Schenkels, " diff --git a/auth_oidc/readme/HISTORY.md b/auth_oidc/readme/HISTORY.md index 0e26e3a694..3df4dd917b 100644 --- a/auth_oidc/readme/HISTORY.md +++ b/auth_oidc/readme/HISTORY.md @@ -1,3 +1,7 @@ +## 17.0.1.0.0 2024-03-20 + +- Odoo 17 migration + ## 16.0.1.1.0 2024-02-28 - Forward port OpenID Connect fixes from 15.0 to 16.0