From b1794d19b8a95e64a7af4596b1af407e5f9c937e Mon Sep 17 00:00:00 2001 From: David Renaud Date: Wed, 9 Feb 2022 11:03:15 -0500 Subject: [PATCH] chore(release): 7.0.0 --- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e404330..9ded7df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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. +## [7.0.0](https://github.com/auth0/node-samlp/compare/v6.0.2...v7.0.0) (2022-02-09) + + +### ⚠ BREAKING CHANGES + +* Requires NodeJS >= 12 + +See https://github.com/auth0/node-saml/releases/tag/v2.0.0 + +### Bug Fixes + +* remove vulnerable node-saml dependency ([#126](https://github.com/auth0/node-samlp/issues/126)) ([bab5bd0](https://github.com/auth0/node-samlp/commit/bab5bd0468d1234d1fcea52fdb9ebafc3e6032e2)) + ### [6.0.2](https://github.com/auth0/node-samlp/compare/v6.0.1...v6.0.2) (2021-06-07) ### [6.0.1](https://github.com/auth0/node-samlp/compare/v6.0.0...v6.0.1) (2021-03-02) diff --git a/package.json b/package.json index a0fc98c..112e19d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "samlp", - "version": "6.0.2", + "version": "7.0.0", "engines": { "node": ">=12" },