Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 9ef65d3

Browse files
committedApr 27, 2017
Release 1.1.1
1 parent 713854a commit 9ef65d3

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed
 

‎CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Change Log
22

3+
## [1.1.1](https://github.com/auth0/jwtdecode.android/tree/1.1.1) (2017-04-27)
4+
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.1.0...1.1.1)
5+
6+
**Fixed**
7+
- Change getClaim annotation to nonNull [\#9](https://github.com/auth0/JWTDecode.Android/pull/9) ([lbalmaceda](https://github.com/lbalmaceda))
8+
39
## [1.1.0](https://github.com/auth0/jwtdecode.android/tree/1.1.0) (2016-12-05)
410
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.0.0...1.1.0)
511

‎README.md

Lines changed: 1 addition & 1 deletion
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-
compile 'com.auth0.android:jwtdecode:1.1.0'
13+
compile 'com.auth0.android:jwtdecode:1.1.1'
1414
```
1515

1616
## Usage

0 commit comments

Comments
 (0)
Please sign in to comment.