From f41a846974d3caac7ac40c33d2b33a6d48581f81 Mon Sep 17 00:00:00 2001 From: julienwoll <61012554+julienwoll@users.noreply.github.com> Date: Tue, 31 Mar 2026 12:54:01 +0000 Subject: [PATCH] chore(release): 8.0.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46a65e1..a061090 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [8.0.0](https://github.com/auth0/node-wsfed/compare/v7.0.3...v8.0.0) (2026-03-31) + + +### Features + +* add encryption algorithm options ([#47](https://github.com/auth0/node-wsfed/issues/47)) ([5f53685](https://github.com/auth0/node-wsfed/commit/5f53685feeb4f07c5b87a2da7d1b1e791fe94c3a)) + + +### BREAKING CHANGES + +* adding encryption algorithm in options(if not set, defaults to http://www.w3.org/2009/xmlenc11#aes256-gcm), adding disallowEncryptionWithInsecureAlgorithm to enforce secure encryption algorithms ## [7.0.3](https://github.com/auth0/node-wsfed/compare/v7.0.2...v7.0.3) (2026-03-16) diff --git a/package.json b/package.json index 896dba1..c2feeb5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "wsfed", - "version": "7.0.3", + "version": "8.0.0", "description": "WSFed server middleware", "main": "lib/index.js", "scripts": {