Skip to content

Commit e364ed4

Browse files
author
Steve Hobbs
authored
Release v5.9.0 (#377)
1 parent 19900d0 commit e364ed4

File tree

3 files changed

+17
-4
lines changed

3 files changed

+17
-4
lines changed

Diff for: CHANGELOG.md

+13
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [v5.9.0](https://github.com/auth0/ruby-auth0/tree/v5.9.0) (2022-08-24)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.8.1...v5.9.0)
5+
6+
**Added**
7+
- Add Delete All Authenticators API for Users [\#375](https://github.com/auth0/ruby-auth0/pull/375) ([phongnh](https://github.com/phongnh))
8+
9+
**Changed**
10+
- Add include_totals to get connections options [\#357](https://github.com/auth0/ruby-auth0/pull/357) ([stevehobbsdev](https://github.com/stevehobbsdev))
11+
12+
**Fixed**
13+
- Fix typo and remove param that is not used [\#365](https://github.com/auth0/ruby-auth0/pull/365) ([MatthewRDodds](https://github.com/MatthewRDodds))
14+
- correct remove_user_roles doc: roles param is ids, not names [\#359](https://github.com/auth0/ruby-auth0/pull/359) ([gbirchmeier](https://github.com/gbirchmeier))
15+
316
## [v5.8.1](https://github.com/auth0/ruby-auth0/tree/v5.8.1) (2022-06-30)
417

518
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.8.0...v5.8.1)

Diff for: Gemfile.lock

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.8.1)
4+
auth0 (5.9.0)
55
addressable (~> 2.8)
66
jwt (~> 2.3.0)
77
rest-client (~> 2.1)
@@ -52,7 +52,7 @@ GEM
5252
dotenv-rails (2.8.1)
5353
dotenv (= 2.8.1)
5454
railties (>= 3.2)
55-
erubi (1.10.0)
55+
erubi (1.11.0)
5656
faker (2.22.0)
5757
i18n (>= 1.8.11, < 2)
5858
ffi (1.15.5)
@@ -98,7 +98,7 @@ GEM
9898
mime-types-data (~> 3.2015)
9999
mime-types-data (3.2022.0105)
100100
mini_portile2 (2.8.0)
101-
minitest (5.16.2)
101+
minitest (5.16.3)
102102
multi_json (1.15.0)
103103
nenv (0.3.0)
104104
netrc (0.11.0)

Diff for: lib/auth0/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# current version of gem
22
module Auth0
3-
VERSION = '5.8.1'.freeze
3+
VERSION = '5.9.0'.freeze
44
end

0 commit comments

Comments
 (0)