We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87c4dc9 commit 65e7c17Copy full SHA for 65e7c17
docs/sections/changelog.rst
@@ -8,6 +8,12 @@ All notable changes to this project will be documented in this file.
8
Unreleased
9
==========
10
11
+
12
+0.8.2
13
+=====
14
15
+*2023-12-15*
16
17
* Added: Discovery endpoint response caching. Introducing OIDC_DISCOVERY_CACHE_ENABLE.
18
* Fixed: ResponseType data migration.
19
* Fixed: correctly verify PKCE secret in token endpoint.
oidc_provider/version.py
@@ -1 +1 @@
1
-__version__ = '0.8.1'
+__version__ = '0.8.2'
0 commit comments