diff --git a/CHANGELOG.md b/CHANGELOG.md index f100b6e..a1314e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Added** +- Add Claim asLong support. [\#35](https://github.com/auth0/JWTDecode.Android/pull/35) ([chenjiancan](https://github.com/chenjiancan)) + ## [1.2.0](https://github.com/auth0/jwtdecode.android/tree/1.2.0) (2018-11-21) [Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.1.1...1.2.0) diff --git a/README.md b/README.md index f0b4d9c..b6d2e2d 100644 --- a/README.md +++ b/README.md @@ -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.2.0' +implementation 'com.auth0.android:jwtdecode:1.3.0' ``` ## Usage