From 0024035949e8bd54d1d5c12e2d79487049a6397f Mon Sep 17 00:00:00 2001 From: James Anderson Date: Mon, 8 Nov 2021 14:32:09 -0600 Subject: [PATCH] Release 2.0.1 --- CHANGELOG.md | 6 ++++++ README.md | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 680317c..e60a987 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.0.1](https://github.com/auth0/jwtdecode.android/tree/2.0.1) (2021-11-08) +[Full Changelog](https://github.com/auth0/jwtdecode.android/compare/2.0.0...2.0.1) + +**Security** +- Bump GSON dependency to 2.8.9 [\#61](https://github.com/auth0/JWTDecode.Android/pull/61) ([evansims](https://github.com/evansims)) + ## [2.0.0](https://github.com/auth0/jwtdecode.android/tree/2.0.0) (2020-03-05) This major stops using Support Library and migrates to AndroidX dependencies. [Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.4.0...2.0.0) diff --git a/README.md b/README.md index 487d891..7e5bbe0 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:2.0.0' +implementation 'com.auth0.android:jwtdecode:2.0.1' ``` ## Usage