From e268b6bfe7ccd1efb7b9cc2be1417adc3b15f3f5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 8 Mar 2024 14:57:38 +0000 Subject: [PATCH] chore(release): 0.5.0-develop.10 [skip ci] # [0.5.0-develop.10](https://github.com/borisrizov-zf/managed-identity-wallet/compare/v0.5.0-develop.9...v0.5.0-develop.10) (2024-03-08) ### Features * upload miw jar to gh release ([a7d6aa6](https://github.com/borisrizov-zf/managed-identity-wallet/commit/a7d6aa66b3468e4975711c72f1cfdbf3055dcd20)) --- 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 52c696924..e51fd7d2d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.5.0-develop.10](https://github.com/borisrizov-zf/managed-identity-wallet/compare/v0.5.0-develop.9...v0.5.0-develop.10) (2024-03-08) + + +### Features + +* upload miw jar to gh release ([a7d6aa6](https://github.com/borisrizov-zf/managed-identity-wallet/commit/a7d6aa66b3468e4975711c72f1cfdbf3055dcd20)) + # [0.4.0-develop.9](https://github.com/borisrizov-zf/managed-identity-wallet/compare/v0.4.0-develop.8...v0.4.0-develop.9) (2024-03-08) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index 7ad946982..85416c32d 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.9 -appVersion: 0.4.0-develop.9 +version: 0.5.0-develop.10 +appVersion: 0.5.0-develop.10 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 5a402e1ff..0ab842966 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.9](https://img.shields.io/badge/Version-0.4.0--develop.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.4.0-develop.9](https://img.shields.io/badge/AppVersion-0.4.0--develop.9-informational?style=flat-square) +![Version: 0.5.0-develop.10](https://img.shields.io/badge/Version-0.5.0--develop.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.10](https://img.shields.io/badge/AppVersion-0.5.0--develop.10-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 f2337434a..efdf27bb0 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.9 +applicationVersion=0.5.0-develop.10 openApiVersion=2.1.0