Skip to content

Commit 25ef7f9

Browse files
Bump app to v1.5.0 (#30)
1 parent 7cbbaee commit 25ef7f9

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
Changelog
22
=========
33

4+
## 1.5.0 - 10/24/2023
5+
* Add "login_hint" as an authorization option
6+
47
## 1.4.0 - 10/24/2023
58
* Support sending "callback_query_params" through the request phase, which will be treated as additional state params.
69

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
omniauth-doximity-oauth2 (1.4.0)
4+
omniauth-doximity-oauth2 (1.5.0)
55
activesupport
66
faraday
77
jwt

lib/omniauth-doximity-oauth2/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OmniAuth
44
module DoximityOauth2
5-
VERSION = "1.4.0"
5+
VERSION = "1.5.0"
66
end
77
end

0 commit comments

Comments
 (0)