From 99b0bb1fc72b0d6d4ec4434c931cfd90aacc58f6 Mon Sep 17 00:00:00 2001 From: James Anderson Date: Mon, 5 Apr 2021 11:22:42 -0500 Subject: [PATCH] Release 1.28.1 --- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ff224ac..0f2ab6c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.28.1](https://github.com/auth0/auth0-java/tree/1.28.1) (2021-04-05) +[Full Changelog](https://github.com/auth0/auth0-java/compare/1.28.0...1.28.1) + +**Fixed** +- Fix `NoSuchMethodError` when projects have OkHttp 3 dependency [\#342](https://github.com/auth0/auth0-java/pull/342) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.28.0](https://github.com/auth0/auth0-java/tree/1.28.0) (2021-03-25) [Full Changelog](https://github.com/auth0/auth0-java/compare/1.27.0...1.28.0) diff --git a/README.md b/README.md index 1303aaf7..3114d1db 100644 --- a/README.md +++ b/README.md @@ -16,14 +16,14 @@ Get Auth0 Java via Maven: com.auth0 auth0 - 1.28.0 + 1.28.1 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0:1.28.0' +implementation 'com.auth0:auth0:1.28.1' ```