We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb0ba8d commit d44b544Copy full SHA for d44b544
.bumpversion.cfg
@@ -1,5 +1,5 @@
1
[bumpversion]
2
-current_version = 8.0.1
+current_version = 8.1.0
3
commit = True
4
tag = True
5
CHANGELOG.md
@@ -1,5 +1,14 @@
# Changelog
+## 8.1.0 (2022-05-06)
+
+- 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
12
## 8.0.1 (2022-02-22)
13
14
- Reinitialize state if error occurs while loading state
setup.py
@@ -6,7 +6,7 @@
setup(
name='SATOSA',
- version='8.0.1',
+ version='8.1.0',
description='Protocol proxy (SAML/OIDC).',
author='DIRG',
author_email='[email protected]',
0 commit comments