Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/),
and this project adheres to [Semantic Versioning](https://semver.org/).

## [0.3.0] — 2026-04-21

### Changed

- **Version sync** with `@openeudi/openid4vp@0.3.0`. No code or API changes in this package. Both packages are now versioned in lockstep starting 0.3.0; this release exists to keep dependents' consumption patterns aligned.

[0.3.0]: https://github.com/openeudi/core/releases/tag/v0.3.0

## [0.2.0] - 2026-03-29

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@openeudi/core",
"version": "0.2.0",
"version": "0.3.0",
"description": "Framework-agnostic EUDI Wallet verification protocol engine",
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @openeudi/core -- EUDI Wallet verification protocol engine
export const VERSION = '0.2.0';
export const VERSION = '0.3.0';

// Types
export { VerificationType, VerificationStatus } from './types/index.js';
Expand Down
Loading