diff --git a/CHANGELOG.md b/CHANGELOG.md index 7238761..95eb7a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +## [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) + +**Changed** +- Update gradle and publishing plugin [\#64](https://github.com/auth0/auth0-spring-security-api/pull/64) ([poovamraj](https://github.com/poovamraj)) + +**Security** +- Update java jwt and jwks [\#62](https://github.com/auth0/auth0-spring-security-api/pull/62) ([poovamraj](https://github.com/poovamraj)) + ## [1.4.1](https://github.com/auth0/auth0-spring-security-api/tree/1.4.1) (2021-02-25) [Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.4.0...1.4.1) diff --git a/README.md b/README.md index 4799807..d0b422b 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.1 + 1.4.2 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0-spring-security-api:1.4.1' +implementation 'com.auth0:auth0-spring-security-api:1.4.2' ``` ## Usage