From c6599a061e8f4543be1c9f061a7064f48811863e Mon Sep 17 00:00:00 2001 From: Prince Mathew Date: Fri, 7 Aug 2026 12:46:01 +0530 Subject: [PATCH] Release 2.1.0 --- .version | 2 +- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 2165f8f..7ec1d6d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.0.4 +2.1.0 diff --git a/CHANGELOG.md b/CHANGELOG.md index 6c5ef7f..25a6036 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Change Log +## [2.1.0](https://github.com/auth0/JWTDecode.Android/tree/2.1.0) (2026-08-07) +[Full Changelog](https://github.com/auth0/JWTDecode.Android/compare/2.0.4...2.1.0) + +**Added** +- feat: Added expiresIn support for the token [\#126](https://github.com/auth0/JWTDecode.Android/pull/126) ([pmathew92](https://github.com/pmathew92)) + +**Changed** +- refactor: Updated the gradle build versions [\#124](https://github.com/auth0/JWTDecode.Android/pull/124) ([pmathew92](https://github.com/pmathew92)) + +**Fixed** +- Fix: SDK not parsing headers with claims other than String [\#127](https://github.com/auth0/JWTDecode.Android/pull/127) ([pmathew92](https://github.com/pmathew92)) + ## [2.0.4](https://github.com/auth0/JWTDecode.Android/tree/2.0.4) (2026-07-28) [Full Changelog](https://github.com/auth0/JWTDecode.Android/compare/2.0.3...2.0.4) diff --git a/README.md b/README.md index 2efd7a2..829bd25 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ The library is be available both in Maven Central and JCenter. To start using it add this line to your `build.gradle` dependencies file: ```groovy -implementation 'com.auth0.android:jwtdecode:2.0.4' +implementation 'com.auth0.android:jwtdecode:2.1.0' ``` ### Usage