Skip to content

Commit

Permalink
Release 5.2.3 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Dec 12, 2019
1 parent a795b0a commit 23e9c03
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
11 changes: 7 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,13 @@ User-visible changes worth mentioning.
## master

- [#PR ID] Your PR short description.
- [#1334] Remove `application_secret` flash helper and `redirect_to` keyword
- [#1331] Move redirect_uri_validator to where it is used
- [#1326] Move response_type check in pre_authorization to a method to be easily to override
- [#1329] Fix find_in_batches order warning.

## 5.2.3

- [#1334] Remove `application_secret` flash helper and `redirect_to` keyword.
- [#1331] Move redirect_uri_validator to where it is used (`Application` model).
- [#1326] Move response_type check in pre_authorization to a method to be easily to override.
- [#1329] Fix `find_in_batches` order warning.

## 5.2.2

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

# Full version number
Expand Down

0 comments on commit 23e9c03

Please sign in to comment.