From b8dabee750f69d06bc887076fb619fa122c7abd7 Mon Sep 17 00:00:00 2001 From: davidpatrick Date: Mon, 20 Jul 2020 09:59:50 -0700 Subject: [PATCH 1/2] Bump to 4.14.0 --- Gemfile.lock | 46 ++++++++++++++++++++++---------------------- lib/auth0/version.rb | 2 +- 2 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index fbc8012b..cc3839ad 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -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) @@ -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) @@ -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) @@ -81,9 +82,9 @@ 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) @@ -91,24 +92,24 @@ GEM 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) @@ -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) @@ -191,7 +192,6 @@ 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) @@ -199,7 +199,7 @@ GEM 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 diff --git a/lib/auth0/version.rb b/lib/auth0/version.rb index 20b7fd8c..94488d53 100644 --- a/lib/auth0/version.rb +++ b/lib/auth0/version.rb @@ -1,4 +1,4 @@ # current version of gem module Auth0 - VERSION = '4.13.0'.freeze + VERSION = '4.14.0'.freeze end From 0e1ba5380f86a07573be5aae80023520fa879821 Mon Sep 17 00:00:00 2001 From: davidpatrick Date: Mon, 20 Jul 2020 10:26:50 -0700 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a72290a4..8aeca2c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)