Skip to content

Commit

Permalink
chore(release): 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
david-renaud-okta committed Feb 4, 2022
1 parent 6921071 commit c19541b
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.0.0](https://github.com/auth0/node-saml/compare/v1.0.1...v2.0.0) (2022-02-04)


### ⚠ BREAKING CHANGES

* Requires NodeJS >= 12

Upgraded the xml-encryption package which removes the vulnerable node-forge dependency
See https://github.com/advisories/GHSA-8fr3-hfg3-gpgp

### Bug Fixes

* remove vulnerable node-forge dependency ([0106c61](https://github.com/auth0/node-saml/commit/0106c611a1263150e42692411aeeea0c95ec0755))

### [1.0.1](https://github.com/auth0/node-saml/compare/v1.0.0...v1.0.1) (2021-09-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "saml",
"version": "1.0.1",
"version": "2.0.0",
"engines": {
"node": ">=12"
},
Expand Down

0 comments on commit c19541b

Please sign in to comment.