Skip to content

Commit

Permalink
Release 1.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed May 22, 2020
1 parent 4022248 commit 9603db9
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.17.0](https://github.com/auth0/auth0-java/tree/1.17.0) (2020-05-22)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.16.0...1.17.0)

**Added**
- Add missing property last_password_reset [\#256](https://github.com/auth0/auth0-java/pull/256) ([mario-moura-silva](https://github.com/mario-moura-silva))
- Add missing "sources" property to the Permission [\#254](https://github.com/auth0/auth0-java/pull/254) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.16.0](https://github.com/auth0/auth0-java/tree/1.16.0) (2020-04-24)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.15.0...1.16.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.16.0</version>
<version>1.17.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.16.0'
implementation 'com.auth0:auth0:1.17.0'
```


Expand Down

0 comments on commit 9603db9

Please sign in to comment.