Skip to content

Commit 69a4bc2

Browse files
chore: release version 0.5.1
1 parent 3be0279 commit 69a4bc2

5 files changed

Lines changed: 6 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.5.1] - 2026-06-18
11+
1012
### Changed
1113

1214
- `VerificationFailed` now surfaces vc-verifier error messages from `error.name` (and related fields) instead of a generic failure text

oid4vp-java/oid4vp-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.eecc.oid4vc</groupId>
99
<artifactId>oid4vp-parent</artifactId>
10-
<version>0.5.1-SNAPSHOT</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<artifactId>oid4vp</artifactId>

oid4vp-java/oid4vp-spring-boot-starter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.eecc.oid4vc</groupId>
99
<artifactId>oid4vp-parent</artifactId>
10-
<version>0.5.1-SNAPSHOT</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<artifactId>oid4vp-spring-boot-starter</artifactId>

oid4vp-java/oid4vp-spring/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>de.eecc.oid4vc</groupId>
99
<artifactId>oid4vp-parent</artifactId>
10-
<version>0.5.1-SNAPSHOT</version>
10+
<version>0.5.1</version>
1111
</parent>
1212

1313
<artifactId>oid4vp-spring</artifactId>

oid4vp-java/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>de.eecc.oid4vc</groupId>
88
<artifactId>oid4vp-parent</artifactId>
9-
<version>0.5.1-SNAPSHOT</version>
9+
<version>0.5.1</version>
1010
<packaging>pom</packaging>
1111

1212
<name>oid4vp-parent</name>

0 commit comments

Comments
 (0)