Skip to content

Commit b637567

Browse files
committed
Release 1.4.0
1 parent cde2e69 commit b637567

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.4.0](https://github.com/auth0/jwtdecode.android/tree/1.4.0) (2019-10-28)
4+
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.3.0...1.4.0)
5+
6+
**Added**
7+
- 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))
8+
39
## [1.3.0](https://github.com/auth0/jwtdecode.android/tree/1.3.0) (2019-04-17)
410
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.2.0...1.3.0)
511

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Java library with focus on Android that provides Json Web Token (JWT) decoding.
1010
The library is be available both in Maven Central and JCenter. To start using it add this line to your `build.gradle` dependencies file:
1111

1212
```groovy
13-
implementation 'com.auth0.android:jwtdecode:1.3.0'
13+
implementation 'com.auth0.android:jwtdecode:1.4.0'
1414
```
1515

1616
## Usage

0 commit comments

Comments
 (0)