From d7adeac026bc37a53a6b1cb5040cbe755b33337e Mon Sep 17 00:00:00 2001 From: James Anderson Date: Wed, 2 Dec 2020 13:24:11 -0600 Subject: [PATCH] Release 1.26.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5365055b..4635468b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/README.md b/README.md index f849665a..68cd2a71 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.25.0 + 1.26.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.25.0' +implementation 'com.auth0:auth0:1.26.0' ```