Skip to content

Commit 1a40843

Browse files
committed
Release version 8.0.1
Signed-off-by: Ivan Kanakarakis <[email protected]>
1 parent 43fd132 commit 1a40843

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-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.0
2+
current_version = 8.0.1
33
commit = True
44
tag = True
55

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

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+
315
## 8.0.0 (2021-09-07)
416

517
This is a breaking release, if you were using the openid_connect frontend. To

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.0',
9+
version='8.0.1',
1010
description='Protocol proxy (SAML/OIDC).',
1111
author='DIRG',
1212
author_email='[email protected]',

0 commit comments

Comments
 (0)