From 179b590fd77a56326333a4beca91eca123891425 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 2 May 2024 06:57:21 +0000 Subject: [PATCH] chore(release): 0.5.0-develop.14 [skip ci] # [0.5.0-develop.14](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.13...v0.5.0-develop.14) (2024-05-02) ### Bug Fixes * STS Token API Response ([78b7dc3](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5)) * Test Cases ([8eda499](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a)) --- CHANGELOG.md | 8 ++++++++ charts/managed-identity-wallet/Chart.yaml | 4 ++-- charts/managed-identity-wallet/README.md | 2 +- gradle.properties | 2 +- 4 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85fdd4914..3178c257c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [0.5.0-develop.14](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.13...v0.5.0-develop.14) (2024-05-02) + + +### Bug Fixes + +* STS Token API Response ([78b7dc3](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/78b7dc33d6ddf9fbe5d0aeccf6e540fc3110e1d5)) +* Test Cases ([8eda499](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/8eda499476604ee14001811df3c01297bd3e7f7a)) + # [0.5.0-develop.13](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.12...v0.5.0-develop.13) (2024-04-18) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index a537f4738..7c8b1279e 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.5.0-develop.13 -appVersion: 0.5.0-develop.13 +version: 0.5.0-develop.14 +appVersion: 0.5.0-develop.14 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 855334251..cbcb27d62 100644 --- a/charts/managed-identity-wallet/README.md +++ b/charts/managed-identity-wallet/README.md @@ -2,7 +2,7 @@ # managed-identity-wallet -![Version: 0.5.0-develop.13](https://img.shields.io/badge/Version-0.5.0--develop.13-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.13](https://img.shields.io/badge/AppVersion-0.5.0--develop.13-informational?style=flat-square) +![Version: 0.5.0-develop.14](https://img.shields.io/badge/Version-0.5.0--develop.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.14](https://img.shields.io/badge/AppVersion-0.5.0--develop.14-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 5442652df..f63eec5d3 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.5.0-develop.13 +applicationVersion=0.5.0-develop.14 openApiVersion=2.1.0