From 0f0b6aacc00cd9955c8fc9f25440f324c204ed7a Mon Sep 17 00:00:00 2001 From: Nikita Bulai Date: Mon, 9 Dec 2024 10:51:02 +0300 Subject: [PATCH] Release 5.8.1 :tada: --- CHANGELOG.md | 2 ++ lib/doorkeeper/version.rb | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) 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