diff --git a/CHANGELOG.md b/CHANGELOG.md index 49ebd715..776ff901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +## [5.7.1](https://github.com/panva/openid-client/compare/v5.7.0...v5.7.1) (2024-11-22) + + +### Refactor + +* jwt client authentication audience is now an issuer identifier string ([0b05217](https://github.com/panva/openid-client/commit/0b05217e7f283b75fd93c27c0f8c647f37501a33)) + ## [5.7.0](https://github.com/panva/node-openid-client/compare/v5.6.5...v5.7.0) (2024-09-09) diff --git a/package-lock.json b/package-lock.json index 587b126d..6a0609c7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openid-client", - "version": "5.7.0", + "version": "5.7.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "openid-client", - "version": "5.7.0", + "version": "5.7.1", "license": "MIT", "dependencies": { "jose": "^4.15.9", diff --git a/package.json b/package.json index c93fadf5..48491736 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openid-client", - "version": "5.7.0", + "version": "5.7.1", "description": "OpenID Connect Relying Party (RP, Client) implementation for Node.js runtime, supports passportjs", "keywords": [ "auth",