Skip to content

Commit

Permalink
Release 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Oct 28, 2019
1 parent cde2e69 commit b637567
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Change Log

## [1.4.0](https://github.com/auth0/jwtdecode.android/tree/1.4.0) (2019-10-28)
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.3.0...1.4.0)

**Added**
- Add asObject(Class<T> tClazz) to convert claims to object of type "T" [\#41](https://github.com/auth0/JWTDecode.Android/pull/41) ([sabinbajracharya](https://github.com/sabinbajracharya))

## [1.3.0](https://github.com/auth0/jwtdecode.android/tree/1.3.0) (2019-04-17)
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.2.0...1.3.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Java library with focus on Android that provides Json Web Token (JWT) decoding.
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:1.3.0'
implementation 'com.auth0.android:jwtdecode:1.4.0'
```

## Usage
Expand Down

0 comments on commit b637567

Please sign in to comment.