diff --git a/CHANGELOG.md b/CHANGELOG.md index 55f37570..7ee8a005 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ 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. + +## [2.4.5](https://github.com/panva/node-openid-client/compare/v2.4.4...v2.4.5) (2018-11-05) + + +### Bug Fixes + +* upgrade min node-jose version to fix its performance in node ([e682dfc](https://github.com/panva/node-openid-client/commit/e682dfc)) + + + ## [2.4.4](https://github.com/panva/node-openid-client/compare/v2.4.3...v2.4.4) (2018-10-18) diff --git a/package.json b/package.json index 1b31d3c3..fbb10814 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openid-client", - "version": "2.4.4", + "version": "2.4.5", "description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js servers, supports passportjs", "keywords": [ "auth",