diff --git a/CHANGELOG.md b/CHANGELOG.md index c50ba37a2..0bd839062 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [6.29.5](https://github.com/panva/node-oidc-provider/compare/v6.29.4...v6.29.5) (2020-10-03) + + +### Bug Fixes + +* loopback redirectUriAllowed protocol check ([#794](https://github.com/panva/node-oidc-provider/issues/794)) ([da99330](https://github.com/panva/node-oidc-provider/commit/da993300c2237e794f012b679c483d42c1d9e423)) + ## [6.29.4](https://github.com/panva/node-oidc-provider/compare/v6.29.3...v6.29.4) (2020-09-19) diff --git a/package.json b/package.json index 9f84901c3..fa9bec6f4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-provider", - "version": "6.29.4", + "version": "6.29.5", "description": "OAuth 2.0 Authorization Server implementation for Node.js with OpenID Connect", "keywords": [ "auth",