File tree 3 files changed +14
-2
lines changed
3 files changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
[bumpversion]
2
- current_version = 8.0.0
2
+ current_version = 8.0.1
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.0.1 (2022-02-22)
4
+
5
+ - Reinitialize state if error occurs while loading state
6
+ - VirtualCoFrontend: Expose metadata endpoint and fix duplicate entity ids with multiple backends
7
+ - saml-backend: Allow request micro-services to affect the authn-context-class-ref
8
+ - saml-backend: Keep the last authority from the authenticating authority list
9
+ - minor fixes to the Apple and GitHub backends
10
+ - micro_services: example config for attribute_policy
11
+ - deps: bump minimum pyop version to 3.3.1
12
+ - docs: fixes for example files and config options
13
+
14
+
3
15
## 8.0.0 (2021-09-07)
4
16
5
17
This is a breaking release, if you were using the openid_connect frontend. To
Original file line number Diff line number Diff line change 6
6
7
7
setup (
8
8
name = 'SATOSA' ,
9
- version = '8.0.0 ' ,
9
+ version = '8.0.1 ' ,
10
10
description = 'Protocol proxy (SAML/OIDC).' ,
11
11
author = 'DIRG' ,
12
12
You can’t perform that action at this time.
0 commit comments