Skip to content

Commit

Permalink
Release 1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nbulaj committed Feb 1, 2023
1 parent f0d52fc commit 8c4e795
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
## Unreleased

- [#PR ID] Add your changelog entry here.
- [#183] stop render consent screen when user is not logged-in
- [#185] Don't call active_record_options for Doorkeeper >= 5.6.3.
- [#183] stop render consent screen when user is not logged-in.

## v1.8.3 (2022-12-02)

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.3'
VERSION = '1.8.4'
end
end
1 change: 1 addition & 0 deletions spec/lib/config_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
# stub ORM setup to avoid Doorkeeper exceptions
allow(Doorkeeper).to receive(:setup_orm_adapter)
allow(Doorkeeper).to receive(:setup_orm_models)
allow(Doorkeeper).to receive(:setup_application_owner)

Doorkeeper.configure do
orm :mongoid
Expand Down

0 comments on commit 8c4e795

Please sign in to comment.