From 7ee79849d6b0a0935e42ad456ae8cb92d2b3bb93 Mon Sep 17 00:00:00 2001 From: Sergii Biienko Date: Wed, 4 Nov 2020 10:41:21 +0100 Subject: [PATCH] chore(release): 1.0.0 --- CHANGELOG.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25d3964..e63d347 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ 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. +## [1.0.0](https://github.com/auth0/node-saml/compare/v0.15.0...v1.0.0) (2020-11-04) + + +### ⚠ BREAKING CHANGES + +* update xml-crypto and xmldom dependencies to fix sec issues +* stop supporting node v4 and v8 +* xml-encryption major version bump, fix typo in config property +from `keyEncryptionAlgorighm` to `keyEncryptionAlgorithm` consumed by +new xml-encryption library version. + +### Features + +* fix sec issues with dependencies ([06acc02](https://github.com/auth0/node-saml/commit/06acc0238d7161c123f2f6924aa9f5984a5a2f32)) +* update xml-crypto and xmldom dependencies to fix sec issues ([772c30e](https://github.com/auth0/node-saml/commit/772c30e4333d0af0e783c163e371c49ec0386c23)) + + +* remove node v4 and v8 in travis configuration ([d8c62af](https://github.com/auth0/node-saml/commit/d8c62af972e6c6edbc052fafed749b254e73569c)) + ## [0.15.0](https://github.com/auth0/node-saml/compare/v0.13.0...v0.15.0) (2020-10-01) diff --git a/package.json b/package.json index 34992c9..326ff18 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saml", - "version": "0.15.0", + "version": "1.0.0", "devDependencies": { "@commitlint/cli": "^11.0.0", "@commitlint/config-conventional": "^11.0.0",