Skip to content

Commit

Permalink
Release 5.8.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Oct 31, 2024
1 parent 4ca1d55 commit be58d6b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ User-visible changes worth mentioning.

Add your entry here.

## 5.8.0

- [#1739] Add support for dynamic scopes
- [#1715] Fix token introspection invalid request reason
- [#1714] Fix `Doorkeeper::AccessToken.find_or_create_for` with empty scopes which raises NoMethodError
Expand Down
4 changes: 2 additions & 2 deletions lib/doorkeeper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ module Doorkeeper
module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 7
TINY = 1
MINOR = 8
TINY = 0
PRE = nil

# Full version number
Expand Down

0 comments on commit be58d6b

Please sign in to comment.