Skip to content

Commit

Permalink
chore(release): 1.0.0-develop.4 [skip ci]
Browse files Browse the repository at this point in the history
# [1.0.0-develop.4](v1.0.0-develop.3...v1.0.0-develop.4) (2024-08-09)

* feat(API)!: change API VC/VP default data format from Json to JWT ([233ab68](233ab68))

### BREAKING CHANGES

* All API endpoints that used Verifiable Credentials and -Presentations in JSON format per default are now working with the JWT format by default instead.

Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>
  • Loading branch information
nitin-vavdiya committed Aug 9, 2024
1 parent ecb21eb commit 2a29ef8
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 @@
# [1.0.0-develop.4](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v1.0.0-develop.3...v1.0.0-develop.4) (2024-08-09)


* feat(API)!: change API VC/VP default data format from Json to JWT ([233ab68](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/233ab6883012a5523ecaa4e0ad234e775c3e4577))


### BREAKING CHANGES

* All API endpoints that used Verifiable Credentials and -Presentations in JSON format per default are now working with the JWT format by default instead.

Signed-off-by: Dominik Pinsel <dominik.pinsel@mercedes-benz.com>

# [1.0.0-develop.3](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v1.0.0-develop.2...v1.0.0-develop.3) (2024-07-29)


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: 1.0.0-develop.3
appVersion: 1.0.0-develop.3
version: 1.0.0-develop.4
appVersion: 1.0.0-develop.4

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: 1.0.0-develop.3](https://img.shields.io/badge/Version-1.0.0--develop.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-develop.3](https://img.shields.io/badge/AppVersion-1.0.0--develop.3-informational?style=flat-square)
![Version: 1.0.0-develop.4](https://img.shields.io/badge/Version-1.0.0--develop.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-develop.4](https://img.shields.io/badge/AppVersion-1.0.0--develop.4-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.3.2
springDependencyVersion=1.1.0
groupName=org.eclipse.tractusx
applicationVersion=1.0.0-develop.3
applicationVersion=1.0.0-develop.4
openApiVersion=2.1.0

0 comments on commit 2a29ef8

Please sign in to comment.