Skip to content

Commit c20562e

Browse files
committed
Bump version 0.8.3
1 parent 1a1c55c commit c20562e

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/sections/changelog.rst

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

11+
None
12+
13+
0.8.3
14+
=====
15+
16+
*2024-12-06*
17+
1118
* Changed: Improved "OpenID Connect RP-Initiated Logout" implementation.
19+
* Fixed: Fix ID Tokens not including standard claims when using extra scope claims.
1220
* Fixed: RSA server keys random ordering.
1321
* Fixed: Example app working with Django 4.
1422

oidc_provider/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.8.2'
1+
__version__ = "0.8.3"

0 commit comments

Comments
 (0)