Skip to content

Commit 763a2c6

Browse files
committed
Preparing 4.4
1 parent 687326f commit 763a2c6

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

CHANGELOG.md

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

3+
## [v4.4.0](https://github.com/auth0/ruby-auth0/tree/v4.4.0) (2018-02-19)
4+
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.2.0...v4.4.0)
5+
6+
Note: If you are using the `login` endpoint, you will need to enable the [Resource Owner Password Grant](https://auth0.com/docs/clients/client-grant-types).
7+
8+
**Closed issues:**
9+
10+
- Vulnerable dependency: yard. [\#99]
11+
https://github.com/auth0/ruby-auth0/issues/99
12+
13+
- Unsupported on latest ruby version. [\#83]
14+
https://github.com/auth0/ruby-auth0/issues/83
15+
16+
- Outdated dependencies in ror-api example. [\#75]
17+
https://github.com/auth0/ruby-auth0/issues/75
18+
19+
- Authentication Login is using `/oauth/ro` [\#89]
20+
https://github.com/auth0/ruby-auth0/issues/89
21+
22+
**Merged pull requests:**
23+
24+
- Add support to /api/v2/users-by-email [\#105](https://github.com/auth0/ruby-auth0/pull/105) ([edgurgel](https://github.com/edgurgel))
25+
326
## [v4.2.0](https://github.com/auth0/ruby-auth0/tree/v4.2.0) (2018-02-15)
427
[Full Changelog](https://github.com/auth0/ruby-auth0/compare/v4.1.0...v4.2.0)
528

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

0 commit comments

Comments
 (0)