Skip to content

Commit b305358

Browse files
committed
Release 5.8.2 🎉
1 parent 33d651e commit b305358

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ User-visible changes worth mentioning.
88
## main
99

1010
Add your entry here.
11+
12+
## 5.8.2
13+
1114
- [#1755] Fix the error message for force_pkce
1215
- [#1761] Memoize authentication failure
1316
- [#1762] Allow missing client to trigger invalid client error when force_pkce is enabled

lib/doorkeeper/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ module VERSION
55
# Semantic versioning
66
MAJOR = 5
77
MINOR = 8
8-
TINY = 1
8+
TINY = 2
99
PRE = nil
1010

1111
# Full version number

0 commit comments

Comments
 (0)