Skip to content

Commit 3be0279

Browse files
fix release cycle
Signed-off-by: F-Node-Karlsruhe <christian.fries@eecc.de>
1 parent e30d083 commit 3be0279

6 files changed

Lines changed: 5 additions & 7 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10-
## [0.5.0] - 2026-06-18
11-
1210
### Changed
1311

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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Include the corresponding maven dependency in your pom like
1515
<dependency>
1616
<groupId>de.eecc.oid4vc</groupId>
1717
<artifactId>oid4vp</artifactId>
18-
<version>0.5.0</version>
18+
<version>0.5.1</version>
1919
</dependency>
2020
```
2121

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.0</version>
10+
<version>0.5.1-SNAPSHOT</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.0</version>
10+
<version>0.5.1-SNAPSHOT</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.0</version>
10+
<version>0.5.1-SNAPSHOT</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.0</version>
9+
<version>0.5.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>oid4vp-parent</name>

0 commit comments

Comments
 (0)