Skip to content

Commit

Permalink
Release 5.5.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Jun 11, 2021
1 parent e2d11cc commit c070288
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ User-visible changes worth mentioning.
## main

- [#PR ID] Add your PR description here.

## 5.5.2

- [#1502] Drop support for Ruby 2.4 because of EOL.
- [#1504] Updated the url fragment in the comment.
- [#1504] Updated the url fragment in the comment for code documentation.
- [#1512] Fix form behavior when response mode is form_post.
- [#1511] Fix that authorization code is returned by fragment if response_mode is fragament.

Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ module VERSION
# Semantic versioning
MAJOR = 5
MINOR = 5
TINY = 1
TINY = 2
PRE = nil

# Full version number
Expand Down

0 comments on commit c070288

Please sign in to comment.