Skip to content

Commit

Permalink
Bump version 0.8.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Oct 22, 2023
1 parent efc90a6 commit b72435a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions docs/sections/changelog.rst
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion oidc_provider/version.py
@@ -1 +1 @@
__version__ = '0.8.0'
__version__ = '0.8.1'

0 comments on commit b72435a

Please sign in to comment.