Skip to content

Commit

Permalink
Release 5.2.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Nov 10, 2019
1 parent 326a75a commit 1332d8b
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,7 +8,10 @@ User-visible changes worth mentioning.
## master

- [#PR ID] Your PR short description.
- [#1320] Call configured authenticate_resource_owner method once per request.

## 5.2.2

- [#1320] Call configured `authenticate_resource_owner` method once per request.
- [#1315] Allow generation of new secret with `Doorkeeper::Application#renew_secret`.
- [#1309] Allow `Doorkeeper::Application#to_json` to work without arguments.

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 = 1
TINY = 2
PRE = nil

# Full version number
Expand Down

0 comments on commit 1332d8b

Please sign in to comment.