diff --git a/CHANGELOG.md b/CHANGELOG.md index 835fba1..de16006 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Change Log +## [1.9.5](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.5) (2023-03-11) +[Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.4...1.9.5) + +**Added** +- Support Pushed Authorization Requests [\#128](https://github.com/auth0/auth0-java-mvc-common/pull/128) ([jimmyjames](https://github.com/jimmyjames)) +- Support configurable cookie path [\#129](https://github.com/auth0/auth0-java-mvc-common/pull/129) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.9.4](https://github.com/auth0/auth0-java-mvc-common/tree/1.9.4) (2023-01-11) [Full Changelog](https://github.com/auth0/auth0-java-mvc-common/compare/1.9.3...1.9.4) diff --git a/README.md b/README.md index 536a718..87aeb2b 100644 --- a/README.md +++ b/README.md @@ -36,14 +36,14 @@ Add the dependency via Maven: com.auth0 mvc-auth-commons - 1.9.4 + 1.9.5 ``` or Gradle: ```gradle -implementation 'com.auth0:mvc-auth-commons:1.9.4' +implementation 'com.auth0:mvc-auth-commons:1.9.5' ``` ### Configure Auth0