File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 8.0.1
2
+ current_version = 8.1.0
3
3
commit = True
4
4
tag = True
5
5
Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
12
## 8.0.1 (2022-02-22)
4
13
5
14
- Reinitialize state if error occurs while loading state
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'SATOSA' ,
9
- version = '8.0.1 ' ,
9
+ version = '8.1.0 ' ,
10
10
description = 'Protocol proxy (SAML/OIDC).' ,
11
11
author = 'DIRG' ,
12
12
author_email = 'satosa-dev@lists.sunet.se' ,
You can’t perform that action at this time.
0 commit comments