Skip to content

Commit 0c92ca9

Browse files
authored
Merge pull request #12 from auth0/perform-release
Release 1.1.1
2 parents 713854a + 9ef65d3 commit 0c92ca9

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)