From 2272a0ddbf14a5d77799e250eff317dbaa24ade6 Mon Sep 17 00:00:00 2001 From: tanya732 Date: Thu, 11 Sep 2025 17:49:25 +0530 Subject: [PATCH] Release/1.11.1 --- .version | 2 +- CHANGELOG.md | 6 ++++++ README.md | 4 ++-- 3 files changed, 9 insertions(+), 3 deletions(-) diff --git a/.version b/.version index 169f19b..b0f61c5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.11.0 \ No newline at end of file +1.11.1 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 237cfd0..3c51e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [1.11.1](https://github.com/auth0/auth0-java-mvc-common/tree/1.11.1) (2025-09-11) +[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.11.0...1.11.1) + +**Added** +- Updated apache commons package version [\#165](https://github.com/auth0/auth0-java-mvc-common/pull/165) ([tanya732](https://github.com/tanya732)) + ## [1.11.0](https://github.com/auth0/auth0-java-mvc-common/tree/1.11.0) (2023-12-19) [Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.10.0...1.11.0) diff --git a/README.md b/README.md index 1ee3030..9104a66 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Add the dependency via Maven: com.auth0 mvc-auth-commons - 1.11.0 + 1.11.1 ``` or Gradle: ```gradle -implementation 'com.auth0:mvc-auth-commons:1.11.0' +implementation 'com.auth0:mvc-auth-commons:1.11.1' ``` ### Configure Auth0