From 8946bfe2c6e67622a7254899f1920b7c6d89b7b2 Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Thu, 14 Mar 2019 15:49:17 -0300 Subject: [PATCH] Release 3.8.0 (#325) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e951218b..c83a5cfd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [3.8.0](https://github.com/auth0/java-jwt/tree/3.8.0) (2019-03-14) +[Full Changelog](https://github.com/auth0/java-jwt/compare/3.7.0...3.8.0) + +**Added** +- Support multiple issuers #246 [\#288](https://github.com/auth0/java-jwt/pull/288) ([itdevelopmentapps](https://github.com/itdevelopmentapps)) + ## [3.7.0](https://github.com/auth0/java-jwt/tree/3.7.0) (2019-01-29) [Full Changelog](https://github.com/auth0/java-jwt/compare/3.6.0...3.7.0) diff --git a/README.md b/README.md index f584a2d8..dd0da007 100644 --- a/README.md +++ b/README.md @@ -18,14 +18,14 @@ If you're looking for an **Android** version of the JWT Decoder take a look at o com.auth0 java-jwt - 3.7.0 + 3.8.0 ``` ### Gradle ```gradle -implementation 'com.auth0:java-jwt:3.7.0' +implementation 'com.auth0:java-jwt:3.8.0' ``` ## Available Algorithms