Skip to content

Commit

Permalink
Release version 1.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
toupeira committed Aug 9, 2019
1 parent 8bbffef commit 3025755
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

No changes yet.

## v1.6.2 (2019-08-09)

### Bugfixes

- [#80] Check for client presence in controller, fixes a 500 error when `client_id` is missing (thanks to @cincospenguinos @urnf @isabellechalhoub)

## v1.6.1 (2019-06-07)

### Bugfixes
Expand Down
2 changes: 1 addition & 1 deletion lib/doorkeeper/openid_connect/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Doorkeeper
module OpenidConnect
VERSION = '1.6.1'.freeze
VERSION = '1.6.2'.freeze
end
end

0 comments on commit 3025755

Please sign in to comment.