Skip to content

Commit

Permalink
Release 4.13.0 (#227)
Browse files Browse the repository at this point in the history
* Bump to 4.13.0

* Update gems

* Update CHANGELOG.md
  • Loading branch information
Widcket authored Jun 19, 2020
1 parent 250b273 commit b1353ac
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 14 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [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)

**Added**

- Add prompts endpoints [\#205](https://github.com/auth0/ruby-auth0/pull/205) ([unhappychoice](https://github.com/unhappychoice))

**Fixed**

- Fix missing to_json [\#212](https://github.com/auth0/ruby-auth0/pull/212) ([qortex](https://github.com/qortex))

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

[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.11.0...v4.12.0)
Expand Down
26 changes: 13 additions & 13 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
PATH
remote: .
specs:
auth0 (4.12.0)
auth0 (4.13.0)
jwt (~> 2.2.0)
rest-client (~> 2.0.0)
zache (~> 0.12.0)

GEM
remote: https://rubygems.org/
specs:
actionpack (6.0.3.1)
actionview (= 6.0.3.1)
activesupport (= 6.0.3.1)
actionpack (6.0.3.2)
actionview (= 6.0.3.2)
activesupport (= 6.0.3.2)
rack (~> 2.0, >= 2.0.8)
rack-test (>= 0.6.3)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.0, >= 1.2.0)
actionview (6.0.3.1)
activesupport (= 6.0.3.1)
actionview (6.0.3.2)
activesupport (= 6.0.3.2)
builder (~> 3.1)
erubi (~> 1.4)
rails-dom-testing (~> 2.0)
rails-html-sanitizer (~> 1.1, >= 1.2.0)
activesupport (6.0.3.1)
activesupport (6.0.3.2)
concurrent-ruby (~> 1.0, >= 1.0.2)
i18n (>= 0.7, < 2)
minitest (~> 5.1)
Expand Down Expand Up @@ -88,7 +88,7 @@ GEM
listen (3.2.1)
rb-fsevent (~> 0.10, >= 0.10.3)
rb-inotify (~> 0.9, >= 0.9.10)
loofah (2.5.0)
loofah (2.6.0)
crass (~> 1.0.2)
nokogiri (>= 1.5.9)
lumberjack (1.2.5)
Expand All @@ -106,7 +106,7 @@ GEM
notiffany (0.1.3)
nenv (~> 0.1)
shellany (~> 0.0)
parallel (1.19.1)
parallel (1.19.2)
parser (2.7.1.3)
ast (~> 2.4.0)
pry (0.10.4)
Expand All @@ -116,17 +116,17 @@ GEM
pry-nav (0.2.4)
pry (>= 0.9.10, < 0.11.0)
public_suffix (4.0.5)
rack (2.1.3)
rack (2.1.4)
rack-test (0.8.3)
rack (>= 1.0, < 3)
rails-dom-testing (2.0.3)
activesupport (>= 4.2.0)
nokogiri (>= 1.6)
rails-html-sanitizer (1.3.0)
loofah (~> 2.3)
railties (6.0.3.1)
actionpack (= 6.0.3.1)
activesupport (= 6.0.3.1)
railties (6.0.3.2)
actionpack (= 6.0.3.2)
activesupport (= 6.0.3.2)
method_source
rake (>= 0.8.7)
thor (>= 0.20.3, < 2.0)
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.12.0'.freeze
VERSION = '4.13.0'.freeze
end

0 comments on commit b1353ac

Please sign in to comment.