Skip to content

Commit 1dc9565

Browse files
committed
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 <[email protected]>
1 parent d08dd60 commit 1dc9565

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.1.0
2+
current_version = 8.1.1
33
commit = True
44
tag = True
55

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.1.1 (2022-06-23)
4+
5+
- OIDC frontend: Set minimum pyop version to v3.4.0 to ensure the needed methods are available
6+
- docs: Fix orcid mapping in example internal_attributes
7+
8+
39
## 8.1.0 (2022-05-06)
410

511
- OIDC frontend: support stateless code flow

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
setup(
88
name='SATOSA',
9-
version='8.1.0',
9+
version='8.1.1',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)