Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.0.2
2.0.3
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading