Skip to content

Commit

Permalink
Merge pull request #231 from davidpatrick/release-4.14.0
Browse files Browse the repository at this point in the history
Release 4.14.0
  • Loading branch information
lbalmaceda authored Jul 20, 2020
2 parents b1f712e + 0e1ba53 commit 56f037d
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 24 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
# Change Log

## [v4.14.0](https://github.com/auth0/ruby-auth0/tree/v4.14.0) (2020-07-20)

[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.13.0...v4.14.0)

**Deprecated**

- Deprecate mgmt v1 calls [\#230](https://github.com/auth0/ruby-auth0/pull/230) ([davidpatrick](https://github.com/davidpatrick))

**Removed**

- Remove iat claim value check [\#229](https://github.com/auth0/ruby-auth0/pull/229) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**

- Handle missing reset header [\#228](https://github.com/auth0/ruby-auth0/pull/228) ([Widcket](https://github.com/Widcket))

## [v4.13.0](https://github.com/auth0/ruby-auth0/tree/v4.13.0) (2020-06-18)

[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.12.0...v4.13.0)
Expand Down
46 changes: 23 additions & 23 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
auth0 (4.13.0)
auth0 (4.14.0)
jwt (~> 2.2.0)
rest-client (~> 2.0.0)
zache (~> 0.12.0)
Expand Down Expand Up @@ -32,11 +32,12 @@ GEM
public_suffix (>= 2.0.2, < 5.0)
ast (2.4.1)
builder (3.2.4)
codecov (0.1.17)
codecov (0.2.2)
colorize
json
simplecov
url
coderay (1.1.3)
colorize (0.8.1)
concurrent-ruby (1.1.6)
coveralls (0.7.1)
multi_json (~> 1.3)
Expand All @@ -47,14 +48,14 @@ GEM
crack (0.4.3)
safe_yaml (~> 1.0.0)
crass (1.0.6)
diff-lcs (1.3)
diff-lcs (1.4.4)
docile (1.3.2)
domain_name (0.5.20190701)
unf (>= 0.0.5, < 1.0.0)
dotenv (2.7.5)
dotenv-rails (2.7.5)
dotenv (= 2.7.5)
railties (>= 3.2, < 6.1)
dotenv (2.7.6)
dotenv-rails (2.7.6)
dotenv (= 2.7.6)
railties (>= 3.2)
erubi (1.9.0)
faker (1.9.6)
i18n (>= 0.7)
Expand All @@ -81,34 +82,34 @@ GEM
hashdiff (1.0.1)
http-cookie (1.0.3)
domain_name (~> 0.5)
i18n (1.8.3)
i18n (1.8.4)
concurrent-ruby (~> 1.0)
json (2.3.0)
json (2.3.1)
jwt (2.2.1)
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.5)
lumberjack (1.2.6)
method_source (0.8.2)
mime-types (3.3.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2020.0512)
mini_portile2 (2.4.0)
minitest (5.14.1)
multi_json (1.14.1)
multi_json (1.15.0)
nenv (0.3.0)
netrc (0.11.0)
nokogiri (1.10.9)
nokogiri (1.10.10)
mini_portile2 (~> 2.4.0)
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.19.2)
parser (2.7.1.3)
ast (~> 2.4.0)
parser (2.7.1.4)
ast (~> 2.4.1)
pry (0.10.4)
coderay (~> 1.1.0)
method_source (~> 0.8.1)
Expand Down Expand Up @@ -154,21 +155,21 @@ GEM
diff-lcs (>= 1.2.0, < 2.0)
rspec-support (~> 3.9.0)
rspec-support (3.9.3)
rubocop (0.85.1)
rubocop (0.88.0)
parallel (~> 1.10)
parser (>= 2.7.0.1)
parser (>= 2.7.1.1)
rainbow (>= 2.2.2, < 4.0)
regexp_parser (>= 1.7)
rexml
rubocop-ast (>= 0.0.3)
rubocop-ast (>= 0.1.0, < 1.0)
ruby-progressbar (~> 1.7)
unicode-display_width (>= 1.4.0, < 2.0)
rubocop-ast (0.0.3)
rubocop-ast (0.2.0)
parser (>= 2.7.0.1)
rubocop-rails (2.6.0)
rubocop-rails (2.7.0)
activesupport (>= 4.2.0)
rack (>= 1.1)
rubocop (>= 0.82.0)
rubocop (>= 0.87.0)
ruby-progressbar (1.10.1)
safe_yaml (1.0.5)
shellany (0.0.1)
Expand All @@ -191,15 +192,14 @@ GEM
unf_ext
unf_ext (0.0.7.7)
unicode-display_width (1.7.0)
url (0.3.2)
vcr (6.0.0)
webmock (3.8.3)
addressable (>= 2.3.6)
crack (>= 0.3.2)
hashdiff (>= 0.4.0, < 2.0.0)
yard (0.9.25)
zache (0.12.0)
zeitwerk (2.3.0)
zeitwerk (2.4.0)

PLATFORMS
ruby
Expand Down
2 changes: 1 addition & 1 deletion lib/auth0/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# current version of gem
module Auth0
VERSION = '4.13.0'.freeze
VERSION = '4.14.0'.freeze
end

0 comments on commit 56f037d

Please sign in to comment.