From d3d108a6198ab0e0511ecd438fd094c7ae4d6fbc Mon Sep 17 00:00:00 2001 From: James Anderson Date: Fri, 29 May 2020 10:54:24 -0500 Subject: [PATCH] Release 1.18.0 --- CHANGELOG.md | 10 ++++++++++ README.md | 4 ++-- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ee91a4a2..18c05260 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,15 @@ # Change Log +## [1.18.0](https://github.com/auth0/auth0-java/tree/1.18.0) (2020-05-29) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.17.0...1.18.0) + +**Added** +- Add ID Token verifier API [\#260](https://github.com/auth0/auth0-java/pull/260) ([jimmyjames](https://github.com/jimmyjames)) +- Add signature verification classes [\#258](https://github.com/auth0/auth0-java/pull/258) ([jimmyjames](https://github.com/jimmyjames)) + +**Changed** +- Update to OkHttp 3.14.9 [\#262](https://github.com/auth0/auth0-java/pull/262) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.17.0](https://github.com/auth0/auth0-java/tree/1.17.0) (2020-05-22) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.16.0...1.17.0) diff --git a/README.md b/README.md index 4f3375c4..0282eef2 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.17.0 + 1.18.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.17.0' +implementation 'com.auth0:auth0:1.18.0' ```