From 83da1d4c03c98c7fb90cab7df9a78b6ba71da96d Mon Sep 17 00:00:00 2001 From: adamjmcgrath Date: Thu, 14 Jan 2021 11:26:55 +0000 Subject: [PATCH] Add #177 to changelog --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0b21028..90b6223f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,7 @@ **Changed** - Move transient cookies into single cookie [#171](https://github.com/auth0/express-openid-connect/pull/171) ([davidpatrick](https://github.com/davidpatrick)) +- Use native node hkdf when available (Node >=15) [#177](https://github.com/auth0/express-openid-connect/pull/177) ([panva](https://github.com/panva)) ## [2.1.0](https://github.com/auth0/express-openid-connect/tree/v2.1.0) (2020-12-15) [Full Changelog](https://github.com/auth0/express-openid-connect/compare/v2.0.0...v2.1.0)