diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b25d98..dce80d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Change Log +## [v1.4.1](https://github.com/auth0/passport-auth0/tree/v1.4.1) (2020-10-22) +[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.1...v1.4.0) + +**Changed** +Replace request with axios [\#144](https://github.com/auth0/passport-auth0/pull/144) ([frederikprijck](https://github.com/frederikprijck)) + ## [v1.4.0](https://github.com/auth0/passport-auth0/tree/v1.4.0) (2020-10-22) [Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.4.0...v1.3.3) diff --git a/package-lock.json b/package-lock.json index 3472700..837c87d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.0", + "version": "1.4.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 8bb875e..2b0d130 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.4.0", + "version": "1.4.1", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": {