Skip to content

Commit

Permalink
chore(release): 0.4.0-develop.9 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0-develop.9](v0.4.0-develop.8...v0.4.0-develop.9) (2024-01-10)

### Bug Fixes

* **release:** add missing author, committer emails ([6d49d27](6d49d27))
* **release:** use correct syntax for github actor ([86976a6](86976a6))
  • Loading branch information
borisrizov-zf committed Jan 10, 2024
1 parent ee61072 commit ecc2183
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.4.0-develop.9](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.8...v0.4.0-develop.9) (2024-01-10)


### Bug Fixes

* **release:** add missing author, committer emails ([6d49d27](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/6d49d272b74b1d43cf48584492215f44b90f1bcf))
* **release:** use correct syntax for github actor ([86976a6](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/86976a6e51c828b723722b730dda19547434cffe))

# [0.4.0-develop.8](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.7...v0.4.0-develop.8) (2024-01-10)


Expand Down
4 changes: 2 additions & 2 deletions charts/managed-identity-wallet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ description: |
type: application

version: 0.4.0-develop.8
appVersion: 0.4.0-develop.8
version: 0.4.0-develop.9
appVersion: 0.4.0-develop.9

home: https://github.com/eclipse-tractusx/managed-identity-wallet
keywords:
Expand Down
2 changes: 1 addition & 1 deletion charts/managed-identity-wallet/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# managed-identity-wallet

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

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.
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.8
applicationVersion=0.4.0-develop.9
openApiVersion=2.1.0

0 comments on commit ecc2183

Please sign in to comment.