Skip to content

Commit afd189b

Browse files
committed
chore(release): v0.0.12
## 0.0.12 - 2025-01-30 ### Chore - Add missing mdl metadata ### Feat - Add scope eu.europa.ec.eudi.pid.1 support - Add mdl eu.europa.ec.eudi.pid_mdoc - work in progress - Add mso mdoc support [skip ci] Signed-off-by: DiggSwedenBot <ospo@digg.se>
1 parent 85c2bae commit afd189b

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,20 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.11] - 2025-01-28
8+
## [0.0.12] - 2025-01-30
9+
10+
### Added
11+
12+
- Add mso mdoc support
13+
- Add missing mdl metadata
14+
- Add mdl eu.europa.ec.eudi.pid_mdoc - work in progress
15+
- Add scope eu.europa.ec.eudi.pid.1 support
16+
17+
## [0.0.11] - 2025-01-29
918

1019
### Changed
1120

21+
- V0.0.11
1222
- Update dependency org.apache.maven.plugins:maven-gpg-plugin to v3
1323
- Upgrade nimbus dependencies
1424
- Update maven-plugins
@@ -162,6 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162172
- Update zxing to v3.5.3
163173
- Update spring non-major
164174

175+
[0.0.12]: https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.11..v0.0.12
165176
[0.0.11]: https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.10..v0.0.11
166177
[0.0.10]: https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.9..v0.0.10
167178
[0.0.9]: https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.8..v0.0.9

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<!-- Project coordinates -->
88
<groupId>se.digg.eudiw</groupId>
99
<artifactId>eudiw-wallet-issuer-poc</artifactId>
10-
<version>0.0.11</version>
10+
<version>0.0.12</version>
1111

1212
<!-- Project information -->
1313
<name>${project.groupId}:${project.artifactId}</name>

0 commit comments

Comments
 (0)