File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -5,10 +5,20 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
9
18
10
19
### Changed
11
20
21
+ - V0.0.11
12
22
- Update dependency org.apache.maven.plugins: maven-gpg-plugin to v3
13
23
- Upgrade nimbus dependencies
14
24
- Update maven-plugins
@@ -162,6 +172,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
162
172
- Update zxing to v3.5.3
163
173
- Update spring non-major
164
174
175
+ [ 0.0.12 ] : https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.11..v0.0.12
165
176
[ 0.0.11 ] : https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.10..v0.0.11
166
177
[ 0.0.10 ] : https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.9..v0.0.10
167
178
[ 0.0.9 ] : https://github.com/diggsweden/eudiw-wallet-issuer-poc/compare/v0.0.8..v0.0.9
Original file line number Diff line number Diff line change 7
7
<!-- Project coordinates -->
8
8
<groupId >se.digg.eudiw</groupId >
9
9
<artifactId >eudiw-wallet-issuer-poc</artifactId >
10
- <version >0.0.11 </version >
10
+ <version >0.0.12 </version >
11
11
12
12
<!-- Project information -->
13
13
<name >${project.groupId} :${project.artifactId} </name >
You can’t perform that action at this time.
0 commit comments