From b72435a7b3fbbe319ea71d3f211709d3e1b87aab Mon Sep 17 00:00:00 2001 From: juanifioren Date: Sun, 22 Oct 2023 20:50:57 -0300 Subject: [PATCH] Bump version 0.8.1. --- docs/sections/changelog.rst | 7 +++++++ oidc_provider/version.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 51f10197..ba29077b 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file. Unreleased ========== +N/A + +0.8.1 +===== + +*2023-10-22* + * Changed: create_token and create_code are now methods on base classes to enable customization. * Changed: extract "is consent skip allowed" decision from the view to the endpoint. * Fixed: race condition in authorization code, parallel requests may reuse same token. diff --git a/oidc_provider/version.py b/oidc_provider/version.py index 32a90a3b..ef72cc0f 100644 --- a/oidc_provider/version.py +++ b/oidc_provider/version.py @@ -1 +1 @@ -__version__ = '0.8.0' +__version__ = '0.8.1'