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

Commit cba60ef

Browse files
committed
chore(release): 0.5.0-develop.16 [skip ci]
# [0.5.0-develop.16](v0.5.0-develop.15...v0.5.0-develop.16) (2024-05-28) ### Bug Fixes * adjust api docs for 'api/token' endpoint ([7190ed1](7190ed1)) * fix openapi_v001.json ([068462b](068462b)) * fix openapi_v001.json ([c30134e](c30134e)) * fix openapi_v001.json ([1910e88](1910e88))
1 parent 11da855 commit cba60ef

File tree

4 files changed

+14
-4
lines changed

4 files changed

+14
-4
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [0.5.0-develop.16](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.15...v0.5.0-develop.16) (2024-05-28)
2+
3+
4+
### Bug Fixes
5+
6+
* adjust api docs for 'api/token' endpoint ([7190ed1](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/7190ed17880dcd6aeba46a79211c5b6dba1eae08))
7+
* fix openapi_v001.json ([068462b](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/068462b992136aedeeaace966910bbcefc10aad3))
8+
* fix openapi_v001.json ([c30134e](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c30134e10c4d2aa8ec91afc8ba2d1c1de9eca87b))
9+
* fix openapi_v001.json ([1910e88](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/1910e886dd5aace37e55d00858559c51d5ba7659))
10+
111
# [0.5.0-develop.15](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.14...v0.5.0-develop.15) (2024-05-28)
212

313

charts/managed-identity-wallet/Chart.yaml

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

28-
version: 0.5.0-develop.15
29-
appVersion: 0.5.0-develop.15
28+
version: 0.5.0-develop.16
29+
appVersion: 0.5.0-develop.16
3030

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

charts/managed-identity-wallet/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# managed-identity-wallet
44

5-
![Version: 0.5.0-develop.15](https://img.shields.io/badge/Version-0.5.0--develop.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.15](https://img.shields.io/badge/AppVersion-0.5.0--develop.15-informational?style=flat-square)
5+
![Version: 0.5.0-develop.16](https://img.shields.io/badge/Version-0.5.0--develop.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.16](https://img.shields.io/badge/AppVersion-0.5.0--develop.16-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

+1-1
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.15
7+
applicationVersion=0.5.0-develop.16
88
openApiVersion=2.1.0

0 commit comments

Comments
 (0)