From c1aa00fb725cf769b445793e74e3b09e276451a3 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 11 Feb 2026 11:22:48 +0530 Subject: [PATCH 1/2] Modify readme --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2c609f6d..21bfc367 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,7 @@ > As part of our ongoing commitment to best security practices, we have rotated the signing keys used to sign previous releases of this SDK. As a result, new patch builds have been released using the new signing key. Please upgrade at your earliest convenience. > > While this change won't affect most developers, if you have implemented a dependency signature validation step in your build process, you may notice a warning that past releases can't be verified. This is expected, and a result of the key rotation process. Updating to the latest version will resolve this for you. +> Note - We are improving our API specs which introduces minor breaking changes. ![A Java client library for the Auth0 Authentication and Management APIs.](https://cdn.auth0.com/website/sdks/banners/auth0-java-banner.png) From 46e51ae1fc6896bcc4e0b427831926c08d75e0d9 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Wed, 11 Feb 2026 11:23:58 +0530 Subject: [PATCH 2/2] refactored --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 21bfc367..20e6466d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,8 @@ > As part of our ongoing commitment to best security practices, we have rotated the signing keys used to sign previous releases of this SDK. As a result, new patch builds have been released using the new signing key. Please upgrade at your earliest convenience. > > While this change won't affect most developers, if you have implemented a dependency signature validation step in your build process, you may notice a warning that past releases can't be verified. This is expected, and a result of the key rotation process. Updating to the latest version will resolve this for you. -> Note - We are improving our API specs which introduces minor breaking changes. +> +> We are improving our API specs which introduces minor breaking changes. ![A Java client library for the Auth0 Authentication and Management APIs.](https://cdn.auth0.com/website/sdks/banners/auth0-java-banner.png)