diff --git a/CHANGELOG.md b/CHANGELOG.md index 25fb16c7..9d99306f 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. +## [7.0.1](https://github.com/GluuFederation/gluu-passport/compare/v7.0.0...v7.0.1) (2024-10-14) + + +### Bug Fixes + +* idpCert must be valid PEM or BASE64 ([9b8fb0c](https://github.com/GluuFederation/gluu-passport/commit/9b8fb0ca0bc524aafdb2992921b31f538f2fccb2)) + ## [7.0.0](https://github.com/GluuFederation/gluu-passport/compare/v6.0.0...v7.0.0) (2024-08-08) diff --git a/package-lock.json b/package-lock.json index f427e9f5..654f18fd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "passport", - "version": "7.0.0", + "version": "7.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "passport", - "version": "7.0.0", + "version": "7.0.1", "license": "Apache2", "dependencies": { "@nicokaiser/passport-apple": "^2.0.0", diff --git a/package.json b/package.json index 5309d01a..34ea14a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "passport", - "version": "7.0.0", + "version": "7.0.1", "private": true, "nyc": { "all": true,