From 1dc9565d68d2d909c58921225c8a2adce069120d Mon Sep 17 00:00:00 2001 From: Ivan Kanakarakis Date: Thu, 23 Jun 2022 01:41:35 +0300 Subject: [PATCH] Release version 8.1.1 ## 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 Signed-off-by: Ivan Kanakarakis --- .bumpversion.cfg | 2 +- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) 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',