Skip to content

Commit

Permalink
Release 5.7.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Apr 24, 2024
1 parent 1cc7145 commit 8626b85
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -7,6 +7,10 @@ User-visible changes worth mentioning.

## main

Add your entry here.

## 5.7.0

- [#1696] Add missing `#issued_token` method to `OAuth::TokenResponse`
- [#1697] Allow a TokenResponse body to be customized (memoize response body).
- [#1702] Fix bugs for error response in the form_post and error view
Expand Down
4 changes: 2 additions & 2 deletions lib/doorkeeper/version.rb
Expand Up @@ -4,8 +4,8 @@ module Doorkeeper
module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 6
TINY = 9
MINOR = 7
TINY = 0
PRE = nil

# Full version number
Expand Down

0 comments on commit 8626b85

Please sign in to comment.