Skip to content

Commit

Permalink
Merge pull request #320 from auth0/release-1.25.0
Browse files Browse the repository at this point in the history
Release 1.25.0
  • Loading branch information
jimmyjames committed Nov 16, 2020
2 parents b0f0640 + 300f3ff commit 64d2383
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [1.25.0](https://github.com/auth0/auth0-java/tree/1.25.0) (2020-11-16)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.24.0...1.25.0)

**Changed**
- Update to OkHttp 4 [\#319](https://github.com/auth0/auth0-java/pull/319) ([jimmyjames](https://github.com/jimmyjames))
- Use java8 [\#316](https://github.com/auth0/auth0-java/pull/316) ([jsalinaspolo](https://github.com/jsalinaspolo))

## [1.24.0](https://github.com/auth0/auth0-java/tree/1.24.0) (2020-11-02)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.23.0...1.24.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.24.0</version>
<version>1.25.0</version>
</dependency>
```

or Gradle:

```gradle
implementation 'com.auth0:auth0:1.24.0'
implementation 'com.auth0:auth0:1.25.0'
```


Expand Down

0 comments on commit 64d2383

Please sign in to comment.