diff --git a/.bumpversion.cfg b/.bumpversion.cfg index 5b192d1fa..621e3e9a0 100644 --- a/.bumpversion.cfg +++ b/.bumpversion.cfg @@ -1,5 +1,5 @@ [bumpversion] -current_version = 8.0.0 +current_version = 8.0.1 commit = True tag = True diff --git a/CHANGELOG.md b/CHANGELOG.md index acea1c0dd..bbdade9d7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## 8.0.1 (2022-02-22) + +- Reinitialize state if error occurs while loading state +- VirtualCoFrontend: Expose metadata endpoint and fix duplicate entity ids with multiple backends +- saml-backend: Allow request micro-services to affect the authn-context-class-ref +- saml-backend: Keep the last authority from the authenticating authority list +- minor fixes to the Apple and GitHub backends +- micro_services: example config for attribute_policy +- deps: bump minimum pyop version to 3.3.1 +- docs: fixes for example files and config options + + ## 8.0.0 (2021-09-07) This is a breaking release, if you were using the openid_connect frontend. To diff --git a/setup.py b/setup.py index 12ffacf72..175b97b29 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ setup( name='SATOSA', - version='8.0.0', + version='8.0.1', description='Protocol proxy (SAML/OIDC).', author='DIRG', author_email='satosa-dev@lists.sunet.se',