From b41953ea0077db0b53756ecbeb3edda56a072e34 Mon Sep 17 00:00:00 2001 From: adamjmcgrath <1299658+adamjmcgrath@users.noreply.github.com> Date: Thu, 2 Jul 2026 13:15:53 +0000 Subject: [PATCH] chore(release): 5.0.0 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27b2f7..028abd6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +## [5.0.0](https://github.com/auth0/node-xml-encryption/compare/v4.0.1...v5.0.0) (2026-07-02) + +### ⚠ BREAKING CHANGES + +* DigestMethod is not used when keyEncryptionAlgorithm is RSA 1.5 so has been removed from the encrypted payload +* keyEncryptionDigest values of sha256 or sha512 correctly use the `http://www.w3.org/2001/04/xmlenc` namespace when encrypting + +### Bug Fixes + +* correct digest method and digest method algorithm id ([#136](https://github.com/auth0/node-xml-encryption/issues/136)) ([586edd3](https://github.com/auth0/node-xml-encryption/commit/586edd3e3fdc9783f108921036808a0ee54202d7)) + ## [4.0.1](https://github.com/auth0/node-xml-encryption/compare/v4.0.0...v4.0.1) (2026-06-25) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index 7b6a5d1..9c32768 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "xml-encryption", - "version": "4.0.1", + "version": "5.0.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "xml-encryption", - "version": "4.0.1", + "version": "5.0.0", "license": "MIT", "dependencies": { "@xmldom/xmldom": "^0.8.13", diff --git a/package.json b/package.json index 2d94c7a..0506a03 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "xml-encryption", - "version": "4.0.1", + "version": "5.0.0", "devDependencies": { "@commitlint/cli": "^20.3.1", "@commitlint/config-conventional": "^20.3.1",