Skip to content

Commit c19541b

Browse files
chore(release): 2.0.0
1 parent 6921071 commit c19541b

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22

33
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.
44

5+
## [2.0.0](https://github.com/auth0/node-saml/compare/v1.0.1...v2.0.0) (2022-02-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* Requires NodeJS >= 12
11+
12+
Upgraded the xml-encryption package which removes the vulnerable node-forge dependency
13+
See https://github.com/advisories/GHSA-8fr3-hfg3-gpgp
14+
15+
### Bug Fixes
16+
17+
* remove vulnerable node-forge dependency ([0106c61](https://github.com/auth0/node-saml/commit/0106c611a1263150e42692411aeeea0c95ec0755))
18+
519
### [1.0.1](https://github.com/auth0/node-saml/compare/v1.0.0...v1.0.1) (2021-09-17)
620

721

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "saml",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"engines": {
55
"node": ">=12"
66
},

0 commit comments

Comments
 (0)