Skip to content

Commit

Permalink
Merge pull request #12 from auth0/perform-release
Browse files Browse the repository at this point in the history
Release 1.1.1
  • Loading branch information
lbalmaceda authored Apr 27, 2017
2 parents 713854a + 9ef65d3 commit 0c92ca9
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.1.1](https://github.com/auth0/jwtdecode.android/tree/1.1.1) (2017-04-27)
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.1.0...1.1.1)

**Fixed**
- Change getClaim annotation to nonNull [\#9](https://github.com/auth0/JWTDecode.Android/pull/9) ([lbalmaceda](https://github.com/lbalmaceda))

## [1.1.0](https://github.com/auth0/jwtdecode.android/tree/1.1.0) (2016-12-05)
[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.0.0...1.1.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
compile 'com.auth0.android:jwtdecode:1.1.0'
compile 'com.auth0.android:jwtdecode:1.1.1'
```

## Usage
Expand Down

0 comments on commit 0c92ca9

Please sign in to comment.