diff --git a/CHANGELOG.md b/CHANGELOG.md index 7420acd11..fec47d38f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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. + +## [5.5.5](https://github.com/panva/node-oidc-provider/compare/v5.5.4...v5.5.5) (2019-02-20) + + +### Bug Fixes + +* expose only supported cors methods ([4a81104](https://github.com/panva/node-oidc-provider/commit/4a81104)) +* replace router again to fix CORS preflights ([d642f8b](https://github.com/panva/node-oidc-provider/commit/d642f8b)) + + + ## [5.5.4](https://github.com/panva/node-oidc-provider/compare/v5.5.3...v5.5.4) (2019-02-15) diff --git a/package.json b/package.json index 619ec2219..bb4801301 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "oidc-provider", - "version": "5.5.4", + "version": "5.5.5", "description": "OpenID Provider (OP) implementation for Node.js OpenID Connect servers.", "keywords": [ "auth",