Skip to content

Commit d20b1b6

Browse files
committed
chore: update version to 3.0.3 and add changelog entry for Cache-Control header in CORS configuration
1 parent 5deecde commit d20b1b6

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.0.3] - 2026-04-15
10+
11+
### Added
12+
13+
- Added `Cache-Control` to allowed headers in `PublicCorsConfig` to support caching directives from wallets and prevent CORS errors on certain requests (e.g. VP submission with cache hints).
14+
915
## [3.0.2] - 2026-04-15
1016

1117
### Added

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ plugins {
1010
}
1111

1212
group = 'com.eudistack'
13-
version = '3.0.2'
13+
version = '3.0.3'
1414

1515
java {
1616
toolchain {

0 commit comments

Comments
 (0)