Skip to content

Commit

Permalink
Bump version 0.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
juanifioren committed Dec 6, 2024
1 parent 1a1c55c commit c20562e
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions docs/sections/changelog.rst
Original file line number Diff line number Diff line change
@@ -8,7 +8,15 @@ All notable changes to this project will be documented in this file.
Unreleased
==========

None

0.8.3
=====

*2024-12-06*

* Changed: Improved "OpenID Connect RP-Initiated Logout" implementation.
* Fixed: Fix ID Tokens not including standard claims when using extra scope claims.
* Fixed: RSA server keys random ordering.
* Fixed: Example app working with Django 4.

2 changes: 1 addition & 1 deletion oidc_provider/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.8.2'
__version__ = "0.8.3"

0 comments on commit c20562e

Please sign in to comment.