diff --git a/CHANGELOG.md b/CHANGELOG.md index 5e3e758..6d6a9d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,18 @@ # Change Log -## [v1.3.2](https://github.com/auth0/passport-auth0/tree/v1.3.1) (2020-02-03) +## [v1.3.3](https://github.com/auth0/passport-auth0/tree/v1.3.3) (2020-06-05) +[Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.3.3...v1.3.2) + +**Closed issues** +- Having a session is now required[\#107](https://github.com/auth0/passport-auth0/issues/107) + +**Fixed** +- Allow sessionless authentication [\#120](https://github.com/auth0/passport-auth0/pull/120) ([davidpatrick](https://github.com/davidpatrick)) + +**Security** +- Fixed dependency vulnerability in Mocha [\#121](https://github.com/auth0/passport-auth0/pull/121) ([davidpatrick](https://github.com/davidpatrick)) + +## [v1.3.2](https://github.com/auth0/passport-auth0/tree/v1.3.2) (2020-02-03) [Full Changelog](https://github.com/auth0/passport-auth0/compare/v1.3.1...v1.3.2) **Closed issues** diff --git a/package-lock.json b/package-lock.json index 84f3026..04d6fe3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.3.2", + "version": "1.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 003debc..f519caa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport-auth0", - "version": "1.3.2", + "version": "1.3.3", "description": "Auth0 platform authentication strategy for Passport.js", "main": "lib/index.js", "scripts": {