From 99373c738e415d34f5c75240690fdbcce5e2753f Mon Sep 17 00:00:00 2001 From: utkrishtS Date: Tue, 28 Jul 2026 17:08:02 +0530 Subject: [PATCH 1/2] Release 2.0.4 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.version b/.version index 50ffc5a..2165f8f 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -2.0.3 +2.0.4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b4bdb0..ed8d658 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- fix: use SPDX license URL in published POM [\#118](https://github.com/auth0/JWTDecode.Android/pull/118) ([utkrishtsahu](https://github.com/utkrishtsahu)) + ## [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) diff --git a/README.md b/README.md index 2caf9fa..84602d8 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.3' +implementation 'com.auth0.android:jwtdecode:2.0.4' ``` ### Usage From e7e757493d8f5797011cdd01d1c451fca452d80c Mon Sep 17 00:00:00 2001 From: Utkrisht Sahu Date: Tue, 28 Jul 2026 17:13:06 +0530 Subject: [PATCH 2/2] Update CHANGELOG for version 2.0.4 Updated changelog for version 2.0.4 with fixes. --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed8d658..6c5ef7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ ## [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) -**Added** +**Fixed** - fix: use SPDX license URL in published POM [\#118](https://github.com/auth0/JWTDecode.Android/pull/118) ([utkrishtsahu](https://github.com/utkrishtsahu)) ## [2.0.3](https://github.com/auth0/JWTDecode.Android/tree/2.0.3) (2026-07-27)