Skip to content

Commit

Permalink
Release version 8.1.0
Browse files Browse the repository at this point in the history
  ## 8.1.0 (2022-05-06)

  - OIDC frontend: support stateless code flow
  - OIDC frontend: support Redis and session expiration
  - orcid backend: allow family-name to be optional
  - docs: add references to external contributions
  - docs: update structure

Signed-off-by: Ivan Kanakarakis <ivan.kanak@gmail.com>
  • Loading branch information
c00kiemon5ter committed May 6, 2022
1 parent eb0ba8d commit d44b544
Show file tree
Hide file tree
Showing 3 changed files with 11 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.0.1
current_version = 8.1.0
commit = True
tag = True

Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

## 8.1.0 (2022-05-06)

- OIDC frontend: support stateless code flow
- OIDC frontend: support Redis and session expiration
- orcid backend: allow family-name to be optional
- docs: add references to external contributions
- docs: update structure


## 8.0.1 (2022-02-22)

- Reinitialize state if error occurs while loading state
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.0.1',
version='8.1.0',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='satosa-dev@lists.sunet.se',
Expand Down

0 comments on commit d44b544

Please sign in to comment.