diff --git a/CHANGELOG.md b/CHANGELOG.md index e681ef566..15e53116e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ User-visible changes worth mentioning. Add your entry here. +## 5.8.1 + - [#1752] Bump the range of supported Ruby and Rails versions - [#1747] Fix unknown pkce method error when configured - [#1744] Allow for expired refresh tokens to be revoked diff --git a/lib/doorkeeper/version.rb b/lib/doorkeeper/version.rb index d5dcff9df..6564c2a47 100644 --- a/lib/doorkeeper/version.rb +++ b/lib/doorkeeper/version.rb @@ -5,7 +5,7 @@ module VERSION # Semantic versioning MAJOR = 5 MINOR = 8 - TINY = 0 + TINY = 1 PRE = nil # Full version number