From 986115cc228ff30dc1ead0f4101195448994f5d4 Mon Sep 17 00:00:00 2001 From: Nikita Bulai Date: Wed, 29 Mar 2023 10:18:57 +0300 Subject: [PATCH] Release 5.6.6 :tada: --- CHANGELOG.md | 7 ++++++- lib/doorkeeper/version.rb | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8d648fef4..45b6cb4aa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/doorkeeper/version.rb b/lib/doorkeeper/version.rb index ac2d0188e..9983cdcad 100644 --- a/lib/doorkeeper/version.rb +++ b/lib/doorkeeper/version.rb @@ -5,7 +5,7 @@ module VERSION # Semantic versioning MAJOR = 5 MINOR = 6 - TINY = 5 + TINY = 6 PRE = nil # Full version number