Skip to content

Commit

Permalink
Release 1.26.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jimmyjames committed Dec 2, 2020
1 parent b20501b commit d7adeac
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Change Log

## [1.26.0](https://github.com/auth0/auth0-java/tree/1.26.0) (2020-12-02)
[Full Changelog](https://github.com/auth0/auth0-java/compare/1.25.0...1.26.0)

**Added**
- Add refresh token configuration object to client [\#321](https://github.com/auth0/auth0-java/pull/321) ([JakeUskoski](https://github.com/JakeUskoski))

**Fixed**
- Fix OkHttp dependency version [\#325](https://github.com/auth0/auth0-java/pull/325) ([jimmyjames](https://github.com/jimmyjames))
- Tidy up code [\#317](https://github.com/auth0/auth0-java/pull/317) ([jsalinaspolo](https://github.com/jsalinaspolo))

## [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)

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.25.0</version>
<version>1.26.0</version>
</dependency>
```

or Gradle:

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


Expand Down

0 comments on commit d7adeac

Please sign in to comment.