Skip to content

Commit

Permalink
Bump app to v1.5.0 (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
WilliamNHarvey authored Jan 10, 2024
1 parent 7cbbaee commit 25ef7f9
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
=========

## 1.5.0 - 10/24/2023
* Add "login_hint" as an authorization option

## 1.4.0 - 10/24/2023
* Support sending "callback_query_params" through the request phase, which will be treated as additional state params.

Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniauth-doximity-oauth2 (1.4.0)
omniauth-doximity-oauth2 (1.5.0)
activesupport
faraday
jwt
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-doximity-oauth2/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@

module OmniAuth
module DoximityOauth2
VERSION = "1.4.0"
VERSION = "1.5.0"
end
end

0 comments on commit 25ef7f9

Please sign in to comment.