Skip to content

Commit

Permalink
chore(release): 0.5.0-develop.12 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0-develop.12](v0.5.0-develop.11...v0.5.0-develop.12) (2024-03-25)

### Bug Fixes

* fix did creation in did document ([c21f7af](c21f7af))

### Features

* adapt request and wallet service ([c911d33](c911d33))
  • Loading branch information
borisrizov-zf committed Mar 25, 2024
1 parent dc0dc40 commit 1cbca0d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [0.5.0-develop.12](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.11...v0.5.0-develop.12) (2024-03-25)


### Bug Fixes

* fix did creation in did document ([c21f7af](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c21f7af470a6db484a63e49df222a1b7132a0a1e))


### Features

* adapt request and wallet service ([c911d33](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c911d332579f669f347dcec3399b430e685baaf0))

# [0.5.0-develop.11](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.10...v0.5.0-develop.11) (2024-03-21)


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.5.0-develop.11
appVersion: 0.5.0-develop.11
version: 0.5.0-develop.12
appVersion: 0.5.0-develop.12

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.5.0-develop.11](https://img.shields.io/badge/Version-0.5.0--develop.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.11](https://img.shields.io/badge/AppVersion-0.5.0--develop.11-informational?style=flat-square)
![Version: 0.5.0-develop.12](https://img.shields.io/badge/Version-0.5.0--develop.12-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.12](https://img.shields.io/badge/AppVersion-0.5.0--develop.12-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.5.0-develop.11
applicationVersion=0.5.0-develop.12
openApiVersion=2.1.0

0 comments on commit 1cbca0d

Please sign in to comment.