Skip to content

Commit

Permalink
Release 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Nov 12, 2019
1 parent 3780d13 commit 289c4f5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.15.0](https://github.com/auth0/auth0-java/tree/1.15.0) (2019-11-12)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.3...1.15.0)

**Changed**
- Allow to set the client is_first_party property [\#230](https://github.com/auth0/auth0-java/pull/230) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.14.3](https://github.com/auth0/auth0-java/tree/1.14.3) (2019-09-25)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.14.2...1.14.3)

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.14.3</version>
<version>1.15.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.14.3'
implementation 'com.auth0:auth0:1.15.0'
```


Expand Down

0 comments on commit 289c4f5

Please sign in to comment.