From 138878a82a9f1c4306cc9d9ea6a845c5abb1ec74 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 26 Jan 2024 10:39:51 +0000 Subject: [PATCH] chore(release): 0.4.0-develop.16 [skip ci] # [0.4.0-develop.16](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.15...v0.4.0-develop.16) (2024-01-26) ### Features * **chart:** add extra volume/-mounts ([0f6252f](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31)) --- CHANGELOG.md | 7 +++++++ charts/managed-identity-wallet/Chart.yaml | 4 ++-- charts/managed-identity-wallet/README.md | 2 +- gradle.properties | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d00d44d..eb2dcd514 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.4.0-develop.16](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.15...v0.4.0-develop.16) (2024-01-26) + + +### Features + +* **chart:** add extra volume/-mounts ([0f6252f](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/0f6252f8900ba4a5e7b5f6fa2e531274df615a31)) + # [0.4.0-develop.15](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.14...v0.4.0-develop.15) (2024-01-24) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index ee13e604d..056d0115b 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.4.0-develop.15 -appVersion: 0.4.0-develop.15 +version: 0.4.0-develop.16 +appVersion: 0.4.0-develop.16 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/charts/managed-identity-wallet/README.md b/charts/managed-identity-wallet/README.md index 768929fcf..0fdff4f02 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -2,7 +2,7 @@ # managed-identity-wallet -![Version: 0.4.0-develop.15](https://img.shields.io/badge/Version-0.4.0--develop.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.15](https://img.shields.io/badge/AppVersion-0.4.0--develop.15-informational?style=flat-square) +![Version: 0.4.0-develop.16](https://img.shields.io/badge/Version-0.4.0--develop.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.16](https://img.shields.io/badge/AppVersion-0.4.0--develop.16-informational?style=flat-square) 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. 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. diff --git a/gradle.properties b/gradle.properties index d839ac762..507469f46 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,5 +4,5 @@ jacocoVersion=0.8.9 springBootVersion=3.1.6 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.4.0-develop.15 +applicationVersion=0.4.0-develop.16 openApiVersion=2.1.0