Skip to content

Commit

Permalink
Release 5.6.6 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Mar 29, 2023
1 parent 57ce594 commit 986115c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,13 @@ User-visible changes worth mentioning.
## main

- [#ID] Add your PR description here.
- [#1648] Add custom token attributes to Refresh Token Request

## 5.6.6

- [#1644] Update HTTP headers.
- [#1646] Block public clients automatic authorization skip.
- [#1648] Add custom token attributes to Refresh Token Request.
- [#1649] Fixed custom_access_token_attributes related errors.

# 5.6.5

Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 6
TINY = 5
TINY = 6
PRE = nil

# Full version number
Expand Down

0 comments on commit 986115c

Please sign in to comment.