From 8cf181509c24edb2848b0ff5b140c3f93510933a Mon Sep 17 00:00:00 2001 From: Luciano Balmaceda Date: Thu, 5 Mar 2020 18:01:36 -0300 Subject: [PATCH] Release 2.0.0 --- CHANGELOG.md | 7 +++++++ README.md | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a4404c..680317c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [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) + +**Changed** +- Update dependencies and use AndroidX [\#44](https://github.com/auth0/JWTDecode.Android/pull/44) ([SUPERCILEX](https://github.com/SUPERCILEX)) + ## [1.4.0](https://github.com/auth0/jwtdecode.android/tree/1.4.0) (2019-10-28) [Full Changelog](https://github.com/auth0/jwtdecode.android/compare/1.3.0...1.4.0) diff --git a/README.md b/README.md index 804aaba..487d891 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:1.4.0' +implementation 'com.auth0.android:jwtdecode:2.0.0' ``` ## Usage