Skip to content

Commit

Permalink
Release 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Nov 1, 2017
1 parent 721b23e commit 2635094
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Change Log

## [1.3.1](https://github.com/auth0/auth0-java/tree/1.3.1) (2017-11-01)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.3.0...1.3.1)
**Closed issues**
- NullPointerException, StdDeserializer [\#78](https://github.com/auth0/auth0-java/issues/78)

**Fixed**
- Upgrade Jackson-databind dependency [\#82](https://github.com/auth0/auth0-java/pull/82) ([LuisSaybe](https://github.com/LuisSaybe))

## [1.3.0](https://github.com/auth0/auth0-java/tree/1.3.0) (2017-09-08)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.2.0...1.3.0)

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.3.0</version>
<version>1.3.1</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0:1.3.0'
compile 'com.auth0:auth0:1.3.1'
```


Expand Down

0 comments on commit 2635094

Please sign in to comment.