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 a90d4c1 commit dcce720Copy full SHA for dcce720
CHANGELOG.md
@@ -8,6 +8,9 @@ User-visible changes worth mentioning.
8
## main
9
10
- [#ID] Add your PR description here.
11
+
12
+# 5.6.5
13
14
- [#1602] Allow custom data to be stored inside access grants/tokens.
15
- [#1634] Code refactoring for custom token attributes.
16
- [#1639] Add grant type validation to avoid Internal Server Error for DELETE /oauth/authorize endpoint.
lib/doorkeeper/version.rb
@@ -5,7 +5,7 @@ module VERSION
5
# Semantic versioning
6
MAJOR = 5
7
MINOR = 6
- TINY = 4
+ TINY = 5
PRE = nil
# Full version number
0 commit comments