diff --git a/README.md b/README.md index 94f666fc3e..d2c941a5f1 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ addon | version | maintainers | summary [auth_oauth_multi_token](auth_oauth_multi_token/) | 14.0.1.0.0 | | Allow multiple connection with the same OAuth account [auth_oidc](auth_oidc/) | 14.0.1.2.0 | [![sbidoul](https://github.com/sbidoul.png?size=30px)](https://github.com/sbidoul) | Allow users to login through OpenID Connect Provider [auth_oidc_environment](auth_oidc_environment/) | 14.0.1.0.1 | | This module allows to use server env for OIDC configuration -[auth_saml](auth_saml/) | 14.0.1.2.1 | | SAML2 Authentication +[auth_saml](auth_saml/) | 14.0.1.2.2 | | SAML2 Authentication [auth_session_timeout](auth_session_timeout/) | 14.0.1.0.2 | | This module disable all inactive sessions since a given delay [auth_signup_verify_email](auth_signup_verify_email/) | 14.0.1.0.1 | | Force uninvited users to use a good email for signup [auth_user_case_insensitive](auth_user_case_insensitive/) | 14.0.1.0.1 | | Makes the user login field case insensitive diff --git a/auth_saml/README.rst b/auth_saml/README.rst index f76f2bc205..c5a297045d 100644 --- a/auth_saml/README.rst +++ b/auth_saml/README.rst @@ -7,7 +7,7 @@ SAML2 Authentication !! This file is generated by oca-gen-addon-readme !! !! changes will be overwritten. !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! - !! source digest: sha256:deab667d56b2aa6d70e1fb4eff90360d738934b7db9c3fef335508581bd66197 + !! source digest: sha256:d349821e2e9d4b6260b4ecc8629e2439e992e251f50a8f3fb657ffc98482f714 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! .. |badge1| image:: https://img.shields.io/badge/maturity-Beta-yellow.png diff --git a/auth_saml/__manifest__.py b/auth_saml/__manifest__.py index 9efd19beeb..b2bff596f6 100644 --- a/auth_saml/__manifest__.py +++ b/auth_saml/__manifest__.py @@ -4,7 +4,7 @@ { "name": "SAML2 Authentication", - "version": "14.0.1.2.1", + "version": "14.0.1.2.2", "category": "Tools", "author": "XCG Consulting, Odoo Community Association (OCA)", "website": "https://github.com/OCA/server-auth",