Skip to content

Commit 8db8fef

Browse files
committed
Release 1.8.0
1 parent 9a4890c commit 8db8fef

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Change Log
22

3+
## [1.8.0](https://github.com/auth0/auth0-java/tree/1.8.0) (2018-07-13)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.7.0...1.8.0)
5+
6+
**Added**
7+
- Allow to update the Management API token [\#141](https://github.com/auth0/auth0-java/pull/141) ([lbalmaceda](https://github.com/lbalmaceda))
8+
- Allow to set search_engine version for Users API [\#140](https://github.com/auth0/auth0-java/pull/140) ([lbalmaceda](https://github.com/lbalmaceda))
9+
- Make Connections accept include_totals parameter [\#135](https://github.com/auth0/auth0-java/pull/135) ([lbalmaceda](https://github.com/lbalmaceda))
10+
- Add pagination support to Client Grants, Grants, Resource Servers and Rules [\#132](https://github.com/auth0/auth0-java/pull/132) ([lbalmaceda](https://github.com/lbalmaceda))
11+
12+
**Deprecated**
13+
- Deprecate old list methods that do not support pagination [\#136](https://github.com/auth0/auth0-java/pull/136) ([lbalmaceda](https://github.com/lbalmaceda))
14+
315
## [1.7.0](https://github.com/auth0/auth0-java/tree/1.7.0) (2018-06-11)
416
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.6.0...1.7.0)
517

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.7.0</version>
19+
<version>1.8.0</version>
2020
</dependency>
2121
```
2222

2323
or Gradle:
2424

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

2929

0 commit comments

Comments
 (0)