From 9ba7cca87d2924b90d0161f1df71884cc63328bf Mon Sep 17 00:00:00 2001 From: Jim Anderson Date: Tue, 19 Dec 2023 10:07:28 -0600 Subject: [PATCH] Release 1.11.0 --- .version | 2 +- CHANGELOG.md | 9 +++++++++ README.md | 4 ++-- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/.version b/.version index ed21137..169f19b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -1.10.0 \ No newline at end of file +1.11.0 \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 914a784..237cfd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Changed** +- [SDK-4670] Improved state handling errors [\#140](https://github.com/auth0/auth0-java-mvc-common/pull/140) ([jimmyjames](https://github.com/jimmyjames)) + +**Security** +- Update dependencies for CVE-2023-3635 [\#137](https://github.com/auth0/auth0-java-mvc-common/pull/137) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.10.0](https://github.com/auth0/auth0-java-mvc-common/tree/1.10.0) (2023-07-18) [Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.5...1.10.0) diff --git a/README.md b/README.md index c9572e0..1ee3030 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Add the dependency via Maven: com.auth0 mvc-auth-commons - 1.10.0 + 1.11.0 ``` or Gradle: ```gradle -implementation 'com.auth0:mvc-auth-commons:1.10.0' +implementation 'com.auth0:mvc-auth-commons:1.11.0' ``` ### Configure Auth0