Skip to content

Commit 8401aa5

Browse files
committed
Release 1.9.0
1 parent 66d189e commit 8401aa5

2 files changed

Lines changed: 10 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [1.9.0](https://github.com/auth0/auth0-java/tree/1.9.0) (2018-09-25)
4+
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.8.0...1.9.0)
5+
6+
**Added**
7+
- Allow to retrieve Rate Limit headers [\#153](https://github.com/auth0/auth0-java/pull/153) ([rvillablanca](https://github.com/rvillablanca))
8+
- Add web_origins attribute to the Client class [\#148](https://github.com/auth0/auth0-java/pull/148) ([lbalmaceda](https://github.com/lbalmaceda))
9+
- Application (aka Client) description field support [\#147](https://github.com/auth0/auth0-java/pull/147) ([rrybalkin](https://github.com/rrybalkin))
10+
311
## [1.8.0](https://github.com/auth0/auth0-java/tree/1.8.0) (2018-07-13)
412
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.7.0...1.8.0)
513

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

2323
or Gradle:
2424

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

2929

0 commit comments

Comments
 (0)