Skip to content

Commit b165d68

Browse files
chore: release version 2.7.1
1 parent 5c08498 commit b165d68

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
## [Unreleased]
1+
## [2.7.1] - 2026-06-22
22

33
- Fix missing root of trust validation when a `GS1PrefixLicenseCredential` is presented on its own
44
- Standalone prefix license credentials now verify the issuer matches the configured GS1 Global DID (GS1-140 / PL-2)
55
- Previously this check only ran when the prefix credential appeared as a parent in a credential chain
66
- Wired up `validatePrefixRootOfTrust` in `validateCredentialChain`
77

8+
89
## [2.7.0] - 2026-03-18
910

1011
- Fix JWT payload decoding to correctly handle Base64url encoding

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@eecc/vc-verifier-rules",
3-
"version": "2.7.0",
3+
"version": "2.7.1",
44
"description": "GS1 US Rules Verification Library for validating GS1 based verifiable credentials.",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)