From f2e78c0871342c4539166ad15f7c3c1eb1ec2639 Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Mon, 13 Feb 2023 20:58:31 -0600 Subject: [PATCH] Release 2.0.0-beta.2 (#513) --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f72046a8..3036b101 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [2.0.0 Beta 2](https://github.com/auth0/auth0-java/tree/2.0.0-beta.2) (2023-02-13) +[Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.1...2.0.0-beta.2) + +**Changed** +- Update to latest java-jwt version [\#512](https://github.com/auth0/auth0-java/pull/512) ([jimmyjames](https://github.com/jimmyjames)) + ## [2.0.0 Beta 1](https://github.com/auth0/auth0-java/tree/2.0.0-beta.1) (2023-01-26) [Full Changelog](https://github.com/auth0/auth0-java/compare/2.0.0-beta.0...2.0.0-beta.1) diff --git a/README.md b/README.md index 2fec2ec2..40c78194 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,14 @@ Add the dependency via Maven: com.auth0 auth0 - 2.0.0-beta.1 + 2.0.0-beta.2 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:2.0.0-beta.1' +implementation 'com.auth0:auth0:2.0.0-beta.2' ``` ### Configure the SDK