Skip to content

Commit

Permalink
Release 1.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jan 3, 2019
1 parent 725b98a commit b89f9e1
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Change Log

## [1.10.0](https://github.com/auth0/auth0-java/tree/1.10.0) (2019-01-03)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.9.1...1.10.0)

**Added**
- Add Serializable to the user data. [\#178](https://github.com/auth0/auth0-java/pull/178) ([dfredell](https://github.com/dfredell))
- Include grant_types in Client [\#166](https://github.com/auth0/auth0-java/pull/166) ([osule](https://github.com/osule))

**Fixed**
- Closing response body on RateLimitException [\#175](https://github.com/auth0/auth0-java/pull/175) ([j-m-x](https://github.com/j-m-x))

**Security**
- Bump jackson-databind to patch security issues. [\#181](https://github.com/auth0/auth0-java/pull/181) ([gkwang](https://github.com/gkwang))

## [1.9.1](https://github.com/auth0/auth0-java/tree/1.9.1) (2018-10-23)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.9.0...1.9.1)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ Get Auth0 Java via Maven:
<dependency>
<groupId>com.auth0</groupId>
<artifactId>auth0</artifactId>
<version>1.9.1</version>
<version>1.10.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0:1.9.1'
implementation 'com.auth0:auth0:1.10.0'
```


Expand Down

0 comments on commit b89f9e1

Please sign in to comment.