Skip to content

Commit

Permalink
Release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda committed Nov 21, 2018
1 parent 434a6ec commit 4abc8b2
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Change Log

## [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)

**Added**
- Allow to obtain the Map of Claims [\#31](https://github.com/auth0/JWTDecode.Android/pull/31) ([lbalmaceda](https://github.com/lbalmaceda))

**Changed**
- Target SDK 28. Update Wrapper and OSS plugin [\#30](https://github.com/auth0/JWTDecode.Android/pull/30) ([lbalmaceda](https://github.com/lbalmaceda))

**Fixed**
- Allow JWT with empty Signatures [\#15](https://github.com/auth0/JWTDecode.Android/pull/15) ([oliverspryn](https://github.com/oliverspryn))

## [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)

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
implementation 'com.auth0.android:jwtdecode:1.1.1'
implementation 'com.auth0.android:jwtdecode:1.2.0'
```

## Usage
Expand Down

0 comments on commit 4abc8b2

Please sign in to comment.