Skip to content

Commit

Permalink
Release 5.6.5 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Feb 22, 2023
1 parent a90d4c1 commit dcce720
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,9 @@ User-visible changes worth mentioning.
## main

- [#ID] Add your PR description here.

# 5.6.5

- [#1602] Allow custom data to be stored inside access grants/tokens.
- [#1634] Code refactoring for custom token attributes.
- [#1639] Add grant type validation to avoid Internal Server Error for DELETE /oauth/authorize endpoint.
Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/version.rb
Expand Up @@ -5,7 +5,7 @@ module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 6
TINY = 4
TINY = 5
PRE = nil

# Full version number
Expand Down

0 comments on commit dcce720

Please sign in to comment.