Skip to content

Commit b72435a

Browse files
committed
Bump version 0.8.1.
1 parent efc90a6 commit b72435a

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

docs/sections/changelog.rst

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ All notable changes to this project will be documented in this file.
88
Unreleased
99
==========
1010

11+
N/A
12+
13+
0.8.1
14+
=====
15+
16+
*2023-10-22*
17+
1118
* Changed: create_token and create_code are now methods on base classes to enable customization.
1219
* Changed: extract "is consent skip allowed" decision from the view to the endpoint.
1320
* Fixed: race condition in authorization code, parallel requests may reuse same token.

oidc_provider/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.0'
1+
__version__ = '0.8.1'

0 commit comments

Comments
 (0)