diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 98fcf1b31..bb573d655 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.1.0 +current_version = 8.1.1 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index 6eef4a532..264005e65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.1.1 (2022-06-23) + +- OIDC frontend: Set minimum pyop version to v3.4.0 to ensure the needed methods are available +- docs: Fix orcid mapping in example internal_attributes + + ## 8.1.0 (2022-05-06) - OIDC frontend: support stateless code flow diff --git a/setup.py b/setup.py index ca750f0d3..4e4f9f0d1 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='8.1.0', + version='8.1.1', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='satosa-dev@lists.sunet.se',