Skip to content

Commit dcce720

Browse files
committed
Release 5.6.5 🎉
1 parent a90d4c1 commit dcce720

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
- [#ID] Add your PR description here.
11+
12+
# 5.6.5
13+
1114
- [#1602] Allow custom data to be stored inside access grants/tokens.
1215
- [#1634] Code refactoring for custom token attributes.
1316
- [#1639] Add grant type validation to avoid Internal Server Error for DELETE /oauth/authorize endpoint.

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 = 6
8-
TINY = 4
8+
TINY = 5
99
PRE = nil
1010

1111
# Full version number

0 commit comments

Comments
 (0)