diff --git a/CHANGELOG.md b/CHANGELOG.md index 917e6427..dcdac2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # CHANGELOG +## [v1.0.2](https://github.com/auth0/express-openid-connect/tree/v1.0.2) (2020-05-12) +[Full Changelog](https://github.com/auth0/express-openid-connect/compare/v1.0.1...v1.0.2) + +**Fixed** +- Fix returnTo on Login [\#95](https://github.com/auth0/express-openid-connect/pull/95) ([davidpatrick](https://github.com/davidpatrick)) + ## [v1.0.1](https://github.com/auth0/express-openid-connect/tree/v1.0.1) (2020-04-17) [Full Changelog](https://github.com/auth0/express-openid-connect/compare/v1.0.0...v1.0.1) diff --git a/package-lock.json b/package-lock.json index 79483c9a..d166e3db 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-openid-connect", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 79fbd5e2..1e1fdf07 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-openid-connect", - "version": "1.0.1", + "version": "1.0.2", "description": "Express middleware to protect web applications using OpenID Connect.", "homepage": "https://github.com/auth0/express-openid-connect", "license": "MIT",