Skip to content

Commit a1f9e01

Browse files
Release v5.13.0 (#471)
1 parent 2075bb7 commit a1f9e01

File tree

3 files changed

+16
-7
lines changed

3 files changed

+16
-7
lines changed

CHANGELOG.md

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

3+
## [v5.13.0](https://github.com/auth0/ruby-auth0/tree/v5.13.0) (2023-04-24)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.12.0...v5.13.0)
5+
6+
**Added**
7+
- [SDK-4142] Add support for /oauth/par [\#470](https://github.com/auth0/ruby-auth0/pull/470) ([stevehobbsdev](https://github.com/stevehobbsdev))
8+
9+
**Deprecated**
10+
- Drop support for 2.7 in CI build [\#467](https://github.com/auth0/ruby-auth0/pull/467) ([stevehobbsdev](https://github.com/stevehobbsdev))
11+
312
## [v5.12.0](https://github.com/auth0/ruby-auth0/tree/v5.12.0) (2023-03-13)
413
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v5.11.0...v5.12.0)
514

Gemfile.lock

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
auth0 (5.12.0)
4+
auth0 (5.13.0)
55
addressable (~> 2.8)
66
jwt (~> 2.5)
77
rest-client (~> 2.1)
@@ -89,7 +89,7 @@ GEM
8989
listen (3.8.0)
9090
rb-fsevent (~> 0.10, >= 0.10.3)
9191
rb-inotify (~> 0.9, >= 0.9.10)
92-
loofah (2.19.1)
92+
loofah (2.20.0)
9393
crass (~> 1.0.2)
9494
nokogiri (>= 1.5.9)
9595
lumberjack (1.2.8)
@@ -112,7 +112,7 @@ GEM
112112
notiffany (0.1.3)
113113
nenv (~> 0.1)
114114
shellany (~> 0.0)
115-
parallel (1.22.1)
115+
parallel (1.23.0)
116116
parser (3.2.2.0)
117117
ast (~> 2.4.1)
118118
pp (0.4.0)
@@ -157,12 +157,12 @@ GEM
157157
rspec-core (~> 3.12.0)
158158
rspec-expectations (~> 3.12.0)
159159
rspec-mocks (~> 3.12.0)
160-
rspec-core (3.12.1)
160+
rspec-core (3.12.2)
161161
rspec-support (~> 3.12.0)
162-
rspec-expectations (3.12.2)
162+
rspec-expectations (3.12.3)
163163
diff-lcs (>= 1.2.0, < 2.0)
164164
rspec-support (~> 3.12.0)
165-
rspec-mocks (3.12.4)
165+
rspec-mocks (3.12.5)
166166
diff-lcs (>= 1.2.0, < 2.0)
167167
rspec-support (~> 3.12.0)
168168
rspec-support (3.12.0)

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.12.0'.freeze
3+
VERSION = '5.13.0'.freeze
44
end

0 commit comments

Comments
 (0)