diff --git a/CHANGELOG.md b/CHANGELOG.md index 95eb7a3..4ff07f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [1.5.0](https://github.com/auth0/auth0-spring-security-api/tree/1.5.0) (2022-03-14) +[Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.5.0) + +**Changed** +- Update auth0 dependencies to address CVE-2020-36518 [\#66](https://github.com/auth0/auth0-spring-security-api/pull/66) ([jimmyjames](https://github.com/jimmyjames)) + +**Security** +- Update auth0 dependencies to address CVE-2020-36518 [\#66](https://github.com/auth0/auth0-spring-security-api/pull/66) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.4.2](https://github.com/auth0/auth0-spring-security-api/tree/1.4.2) (2022-01-20) [Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.1...1.4.2) diff --git a/README.md b/README.md index d0b422b..b5ed6f6 100644 --- a/README.md +++ b/README.md @@ -41,14 +41,14 @@ Get Auth0 Spring Security API using Maven: com.auth0 auth0-spring-security-api - 1.4.2 + 1.5.0 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0-spring-security-api:1.4.2' +implementation 'com.auth0:auth0-spring-security-api:1.5.0' ``` ## Usage