diff --git a/CHANGELOG.md b/CHANGELOG.md index a558728..7238761 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [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) + +**Changed** +- Update dependencies [\#57](https://github.com/auth0/auth0-spring-security-api/pull/57) ([jimmyjames](https://github.com/jimmyjames)) + ## [1.4.0](https://github.com/auth0/auth0-spring-security-api/tree/1.4.0) (2020-06-18) [Full Changelog](https://github.com/auth0/auth0-spring-security-api/compare/1.3.1...1.4.0) diff --git a/README.md b/README.md index b425808..1d568d5 100644 --- a/README.md +++ b/README.md @@ -19,14 +19,14 @@ Get Auth0 Spring Security API using Maven: com.auth0 auth0-spring-security-api - 1.4.0 + 1.4.1 ``` or Gradle: ```gradle -implementation 'com.auth0:auth0-spring-security-api:1.4.0' +implementation 'com.auth0:auth0-spring-security-api:1.4.1' ``` ## Usage