Skip to content

Commit

Permalink
Release version 8.1.1
Browse files Browse the repository at this point in the history
  ## 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]>
  • Loading branch information
c00kiemon5ter committed Jun 22, 2022
1 parent d08dd60 commit 1dc9565
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 8.1.0
current_version = 8.1.1
commit = True
tag = True

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

setup(
name='SATOSA',
version='8.1.0',
version='8.1.1',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='[email protected]',
Expand Down

0 comments on commit 1dc9565

Please sign in to comment.