Skip to content

Commit b89f9e1

Browse files
committed
Release 1.10.0
1 parent 725b98a commit b89f9e1

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Change Log
22

3+
## [1.10.0](https://github.com/auth0/auth0-java/tree/1.10.0) (2019-01-03)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.9.1...1.10.0)
5+
6+
**Added**
7+
- Add Serializable to the user data. [\#178](https://github.com/auth0/auth0-java/pull/178) ([dfredell](https://github.com/dfredell))
8+
- Include grant_types in Client [\#166](https://github.com/auth0/auth0-java/pull/166) ([osule](https://github.com/osule))
9+
10+
**Fixed**
11+
- Closing response body on RateLimitException [\#175](https://github.com/auth0/auth0-java/pull/175) ([j-m-x](https://github.com/j-m-x))
12+
13+
**Security**
14+
- Bump jackson-databind to patch security issues. [\#181](https://github.com/auth0/auth0-java/pull/181) ([gkwang](https://github.com/gkwang))
15+
316
## [1.9.1](https://github.com/auth0/auth0-java/tree/1.9.1) (2018-10-23)
417
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.9.0...1.9.1)
518

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ Get Auth0 Java via Maven:
1616
<dependency>
1717
<groupId>com.auth0</groupId>
1818
<artifactId>auth0</artifactId>
19-
<version>1.9.1</version>
19+
<version>1.10.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

2525
```gradle
26-
compile 'com.auth0:auth0:1.9.1'
26+
implementation 'com.auth0:auth0:1.10.0'
2727
```
2828

2929

0 commit comments

Comments
 (0)