Skip to content

Commit db804f5

Browse files
committed
Release 1.7.0
1 parent 44f9e8b commit db804f5

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.7.0](https://github.com/auth0/auth0-java/tree/1.7.0) (2018-06-11)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.6.0...1.7.0)
5+
6+
**Added**
7+
- Support pagination on the Clients entity [\#124](https://github.com/auth0/auth0-java/pull/124) ([lbalmaceda](https://github.com/lbalmaceda))
8+
- Add Resend verification email functionality [\#120](https://github.com/auth0/auth0-java/pull/120) ([minhlongdo](https://github.com/minhlongdo))
9+
10+
**Deprecated**
11+
- Deprecate ClientsEntity#list() method [\#128](https://github.com/auth0/auth0-java/pull/128) ([lbalmaceda](https://github.com/lbalmaceda))
12+
13+
**Security**
14+
- Security fix and dependencies update [\#129](https://github.com/auth0/auth0-java/pull/129) ([lbalmaceda](https://github.com/lbalmaceda))
15+
316
## [1.6.0](https://github.com/auth0/auth0-java/tree/1.6.0) (2018-06-04)
417
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.5.1...1.6.0)
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.6.0</version>
19+
<version>1.7.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

2525
```gradle
26-
compile 'com.auth0:auth0:1.6.0'
26+
compile 'com.auth0:auth0:1.7.0'
2727
```
2828

2929

0 commit comments

Comments
 (0)