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 33d651e commit b305358Copy full SHA for b305358
CHANGELOG.md
@@ -8,6 +8,9 @@ User-visible changes worth mentioning.
8
## main
9
10
Add your entry here.
11
+
12
+## 5.8.2
13
14
- [#1755] Fix the error message for force_pkce
15
- [#1761] Memoize authentication failure
16
- [#1762] Allow missing client to trigger invalid client error when force_pkce is enabled
lib/doorkeeper/version.rb
@@ -5,7 +5,7 @@ module VERSION
5
# Semantic versioning
6
MAJOR = 5
7
MINOR = 8
- TINY = 1
+ TINY = 2
PRE = nil
# Full version number
0 commit comments