Skip to content

Commit

Permalink
chore(release): 0.5.0-develop.7 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0-develop.7](eclipse-tractusx/managed-identity-wallet@v0.5.0-develop.6...v0.5.0-develop.7) (2024-03-07)

### Bug Fixes

* fix bug with token re-wrapping ([e047550](eclipse-tractusx@e047550))

### Features

* add logic regarding jti info store and check ([6809578](eclipse-tractusx@6809578))
  • Loading branch information
borisrizov-zf committed Mar 7, 2024

Verified

This commit was signed with the committer’s verified signature. The key has expired.
DigitalBrains1 Peter Lebbing
1 parent c6edd97 commit 381d5c3
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.7](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.6...v0.5.0-develop.7) (2024-03-07)


### Bug Fixes

* fix bug with token re-wrapping ([e047550](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/e04755016aecdf6d6ade0eebae065f36ce80d429))


### Features

* add logic regarding jti info store and check ([6809578](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/6809578d208bc0380fa8a34bf119227e12ea1ecd))

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


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

version: 0.5.0-develop.6
appVersion: 0.5.0-develop.6
version: 0.5.0-develop.7
appVersion: 0.5.0-develop.7

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

# managed-identity-wallet

![Version: 0.5.0-develop.6](https://img.shields.io/badge/Version-0.5.0--develop.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.6](https://img.shields.io/badge/AppVersion-0.5.0--develop.6-informational?style=flat-square)
![Version: 0.5.0-develop.7](https://img.shields.io/badge/Version-0.5.0--develop.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.5.0-develop.7](https://img.shields.io/badge/AppVersion-0.5.0--develop.7-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.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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.6
applicationVersion=0.5.0-develop.7
openApiVersion=2.1.0

0 comments on commit 381d5c3

Please sign in to comment.