Skip to content

Commit

Permalink
Release 1.8.2 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Jul 13, 2022
1 parent a16c9e0 commit 69828cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
## Unreleased

- [#] Add here

## v1.8.2 (2022-07-13)

- [#168] Allow to use custom doorkeeper access grant model (thanks @nov).
- [#170] Controllers inherit `Doorkeeper::AppliactionMetalController` (thanks @sato11).
- [#171] Correctly override `AuthorizationsController` params (thanks to @nbulaj).
Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/openid_connect/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module Doorkeeper
module OpenidConnect
VERSION = '1.8.1'
VERSION = '1.8.2'
end
end

0 comments on commit 69828cb

Please sign in to comment.