Skip to content

Commit d44b544

Browse files
committed
Release version 8.1.0
## 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 <[email protected]>
1 parent eb0ba8d commit d44b544

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 8.0.1
2+
current_version = 8.1.0
33
commit = True
44
tag = True
55

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## 8.1.0 (2022-05-06)
4+
5+
- OIDC frontend: support stateless code flow
6+
- OIDC frontend: support Redis and session expiration
7+
- orcid backend: allow family-name to be optional
8+
- docs: add references to external contributions
9+
- docs: update structure
10+
11+
312
## 8.0.1 (2022-02-22)
413

514
- Reinitialize state if error occurs while loading state

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

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

0 commit comments

Comments
 (0)