Skip to content

Commit

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

- [#] Add here

## v1.8.1 (2022-02-09)

- [#153] Fix ArgumentError caused by client credential validation introduced in Doorkeeper 5.5.1 (thanks to @CircumnavigatingFlatEarther)
- [#161] Fix .well-known/openid-connect issuer (respond to block if provided) (thanks to @fkowal).
- [#152] Expose oauth-authorization-server in routes (thanks to @mitar)
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.0'
VERSION = '1.8.1'
end
end

0 comments on commit be3b943

Please sign in to comment.