Skip to content

Commit

Permalink
Release 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Jun 11, 2018
1 parent 44f9e8b commit db804f5
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.7.0](https://github.com/auth0/auth0-java/tree/1.7.0) (2018-06-11)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.6.0...1.7.0)

**Added**
- Support pagination on the Clients entity [\#124](https://github.com/auth0/auth0-java/pull/124) ([lbalmaceda](https://github.com/lbalmaceda))
- Add Resend verification email functionality [\#120](https://github.com/auth0/auth0-java/pull/120) ([minhlongdo](https://github.com/minhlongdo))

**Deprecated**
- Deprecate ClientsEntity#list() method [\#128](https://github.com/auth0/auth0-java/pull/128) ([lbalmaceda](https://github.com/lbalmaceda))

**Security**
- Security fix and dependencies update [\#129](https://github.com/auth0/auth0-java/pull/129) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.6.0](https://github.com/auth0/auth0-java/tree/1.6.0) (2018-06-04)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.5.1...1.6.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.6.0</version>
<version>1.7.0</version>
</dependency>
```

or Gradle:

```gradle
compile 'com.auth0:auth0:1.6.0'
compile 'com.auth0:auth0:1.7.0'
```


Expand Down

0 comments on commit db804f5

Please sign in to comment.