Skip to content

Commit 0118e0c

Browse files
chore: release version 0.3.0
1 parent 92e9de5 commit 0118e0c

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
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.3.0] - 2026-06-15
11+
1012
### Added
1113

1214
- Multi-module Maven layout: `oid4vp-core` (`de.eecc.oid4vc:oid4vp`), `oid4vp-spring`, `oid4vp-spring-boot-starter`
@@ -27,7 +29,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2729
- Removed duplicate `de.eecc.oid4vp.*` package tree; canonical package is `de.eecc.oid4vc.oid4vp.*`
2830
- Renamed `PresentationRequestStore``CaffeinePresentationRequestRepository`, `VerifierClient``HttpPresentationVerifier`
2931
- Pinned Jackson to `${jackson.version}` (2.18.3) to avoid `RELEASE` version skew at test runtime
30-
3132
## [0.1.1] - 2026-06-12
3233

3334
### Fixed

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.2.0-SNAPSHOT</version>
9+
<version>0.3.0</version>
1010
<packaging>pom</packaging>
1111

1212
<name>oid4vp-parent</name>

0 commit comments

Comments
 (0)