Skip to content

Commit

Permalink
Release 1.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Apr 17, 2019
1 parent 4648f6c commit 425093a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [1.12.0](https://github.com/auth0/auth0-java/tree/1.12.0) (2019-04-17)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.11.0...1.12.0)

**Added**
- Update Telemetry format and allow to customize it [\#195](https://github.com/auth0/auth0-java/pull/195) ([lbalmaceda](https://github.com/lbalmaceda))

**Changed**
- Remove default version for search_engine [\#194](https://github.com/auth0/auth0-java/pull/194) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.11.0](https://github.com/auth0/auth0-java/tree/1.11.0) (2019-03-14)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.10.0...1.11.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.11.0</version>
<version>1.12.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.11.0'
implementation 'com.auth0:auth0:1.12.0'
```


Expand Down

0 comments on commit 425093a

Please sign in to comment.