Skip to content

Commit

Permalink
Merge pull request #98 from auth0/release-2.3.1
Browse files Browse the repository at this point in the history
Release 2.3.1
  • Loading branch information
davidpatrick authored Mar 27, 2020
2 parents 2b86f7b + c4405b0 commit a7f1119
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [v2.3.1](https://github.com/auth0/omniauth-auth0/tree/v2.3.1) (2020-03-27)

[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.3.0...v2.3.1)

**Fixed bugs:**

- Fixes dependency issue [\#97](https://github.com/auth0/omniauth-auth0/pull/97) ([davidpatrick](https://github.com/davidpatrick))
- Fix "NameError: uninitialized constant OmniAuth::Auth0::TokenValidationError" [\#96](https://github.com/auth0/omniauth-auth0/pull/96) ([stefanwork](https://github.com/stefanwork))

## [v2.3.0](https://github.com/auth0/omniauth-auth0/tree/v2.3.0) (2020-03-06)
[Full Changelog](https://github.com/auth0/omniauth-auth0/compare/v2.2.0...v2.3.0)

Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
omniauth-auth0 (2.3.0)
omniauth-auth0 (2.3.1)
omniauth-oauth2 (~> 1.5)

GEM
Expand All @@ -27,7 +27,7 @@ GEM
ffi (1.12.2)
formatador (0.2.5)
gem-release (2.1.1)
guard (2.16.1)
guard (2.16.2)
formatador (>= 0.2.4)
listen (>= 2.7, < 4.0)
lumberjack (>= 1.0.12, < 2.0)
Expand All @@ -51,7 +51,7 @@ GEM
rb-inotify (~> 0.9, >= 0.9.7)
ruby_dep (~> 1.2)
lumberjack (1.2.4)
method_source (0.9.2)
method_source (1.0.0)
multi_json (1.14.1)
multi_xml (0.6.0)
multipart-post (2.1.1)
Expand All @@ -74,11 +74,11 @@ GEM
oauth2 (~> 1.1)
omniauth (~> 1.9)
parallel (1.19.1)
parser (2.7.0.4)
parser (2.7.0.5)
ast (~> 2.4.0)
pry (0.12.2)
coderay (~> 1.1.0)
method_source (~> 0.9.0)
pry (0.13.0)
coderay (~> 1.1)
method_source (~> 1.0)
public_suffix (4.0.3)
rack (2.2.2)
rack-protection (2.0.8.1)
Expand All @@ -97,7 +97,7 @@ GEM
rspec-mocks (~> 3.9.0)
rspec-core (3.9.1)
rspec-support (~> 3.9.1)
rspec-expectations (3.9.0)
rspec-expectations (3.9.1)
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-mocks (3.9.1)
Expand Down Expand Up @@ -136,7 +136,7 @@ GEM
tilt (2.0.10)
unicode-display_width (1.6.1)
url (0.3.2)
webmock (3.8.2)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/omniauth-auth0/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module OmniAuth
module Auth0
VERSION = '2.3.0'.freeze
VERSION = '2.3.1'.freeze
end
end

0 comments on commit a7f1119

Please sign in to comment.