From d0e9adf70f0fb8ae8587c7142755190bbc719ab1 Mon Sep 17 00:00:00 2001 From: utkrishtS Date: Mon, 27 Jul 2026 11:46:42 +0530 Subject: [PATCH] Release 2.0.3 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index e9307ca..50ffc5a 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.0.2 +2.0.3 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95e289d..8b4bdb0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.0.3](https://github.com/auth0/JWTDecode.Android/tree/2.0.3) (2026-07-27) +[Full Changelog](https://github.com/auth0/JWTDecode.Android/compare/2.0.2...2.0.3) + +**Added** +- Fix/spdx license url [\#107](https://github.com/auth0/JWTDecode.Android/pull/107) ([utkrishtsahu](https://github.com/utkrishtsahu)) + ## [2.0.2](https://github.com/auth0/jwtdecode.android/tree/2.0.2) (2023-01-11) [Full Changelog](https://github.com/auth0/jwtdecode.android/compare/2.0.1...2.0.2) diff --git a/README.md b/README.md index 693b8ec..2caf9fa 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.2' +implementation 'com.auth0.android:jwtdecode:2.0.3' ``` ### Usage