Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit cd65911

Browse files
committed
chore(release): 0.5.0-develop.20 [skip ci]
# [0.5.0-develop.20](v0.5.0-develop.19...v0.5.0-develop.20) (2024-06-13) ### Bug Fixes * failing test cases ([bf71a1d](bf71a1d)) * formatting issue with api json file ([b10fa38](b10fa38)) * test cases of get VC api ([1430881](1430881)) * VP test cases ([847f123](847f123)) * VP validation tests ([09d337f](09d337f))
1 parent dc0b99b commit cd65911

File tree

4 files changed

+15
-4
lines changed

4 files changed

+15
-4
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [0.5.0-develop.20](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.19...v0.5.0-develop.20) (2024-06-13)
2+
3+
4+
### Bug Fixes
5+
6+
* failing test cases ([bf71a1d](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/bf71a1dc9d89334bfbbe8c189b331d4841ee37d2))
7+
* formatting issue with api json file ([b10fa38](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/b10fa38eeae221b48adc6ebdace8ffdf4781bb09))
8+
* test cases of get VC api ([1430881](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/14308815e8e8a5420d02bb73ffca2a5386e8eee6))
9+
* VP test cases ([847f123](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/847f123f0e3dc4679fd0a22ff287d774c894e8f8))
10+
* VP validation tests ([09d337f](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/09d337f85f70e1c6514dc111757264330dc2a3ac))
11+
112
# [0.5.0-develop.19](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.18...v0.5.0-develop.19) (2024-06-12)
213

314

charts/managed-identity-wallet/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ description: |
2525
2626
type: application
2727

28-
version: 0.5.0-develop.19
29-
appVersion: 0.5.0-develop.19
28+
version: 0.5.0-develop.20
29+
appVersion: 0.5.0-develop.20
3030

3131
home: https://github.com/eclipse-tractusx/managed-identity-wallet
3232
keywords:

charts/managed-identity-wallet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# managed-identity-wallet
44

5-
![Version: 0.5.0-develop.19](https://img.shields.io/badge/Version-0.5.0--develop.19-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.19](https://img.shields.io/badge/AppVersion-0.5.0--develop.19-informational?style=flat-square)
5+
![Version: 0.5.0-develop.20](https://img.shields.io/badge/Version-0.5.0--develop.20-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.20](https://img.shields.io/badge/AppVersion-0.5.0--develop.20-informational?style=flat-square)
66

77
Managed Identity Wallet is supposed to supply a secure data source and data sink for Digital Identity Documents (DID), in order to enable Self-Sovereign Identity founding on those DIDs.
88
And at the same it shall support an uninterrupted tracking and tracing and documenting the usage of those DIDs, e.g. within logistical supply chains.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jacocoVersion=0.8.9
44
springBootVersion=3.1.6
55
springDependencyVersion=1.1.0
66
groupName=org.eclipse.tractusx
7-
applicationVersion=0.5.0-develop.19
7+
applicationVersion=0.5.0-develop.20
88
openApiVersion=2.1.0

0 commit comments

Comments
 (0)