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..6c5ef7f 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) + +**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) [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