diff --git a/docs/sections/changelog.rst b/docs/sections/changelog.rst index 31ebcf67..0dceca8d 100644 --- a/docs/sections/changelog.rst +++ b/docs/sections/changelog.rst @@ -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. diff --git a/oidc_provider/version.py b/oidc_provider/version.py index 4ca39e7c..732155f8 100644 --- a/oidc_provider/version.py +++ b/oidc_provider/version.py @@ -1 +1 @@ -__version__ = '0.8.2' +__version__ = "0.8.3"