Skip to content

Commit

Permalink
chore(release): 0.5.0-develop.5 [skip ci]
Browse files Browse the repository at this point in the history
# [0.5.0-develop.5](v0.5.0-develop.4...v0.5.0-develop.5) (2024-02-27)

### Bug Fixes

* fix integration test ([d8084ee](d8084ee))

### Features

* add JWT verification and extend tests ([d83ce91](d83ce91))
* add JWT verification and extend tests ([5ae223d](5ae223d))
* adding draft for integration test, refactoring ([ce75056](ce75056))
* create initial class ([061faa7](061faa7))
* create initial classes with validation ([fc5db81](fc5db81))
* Merge PR [#255](#255) ([a0d9bdf](a0d9bdf))
  • Loading branch information
borisrizov-zf committed Feb 27, 2024
1 parent a0d9bdf commit 0232cd9
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 4 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
# [0.5.0-develop.5](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.4...v0.5.0-develop.5) (2024-02-27)


### Bug Fixes

* fix integration test ([d8084ee](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/d8084eee8a4b562ce1242af1689791963b277783))


### Features

* add JWT verification and extend tests ([d83ce91](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/d83ce91b2e04b131ef3a83983bbd79331be6cac9))
* add JWT verification and extend tests ([5ae223d](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/5ae223d61f23e71bf426d36ea3255f508abd254b))
* adding draft for integration test, refactoring ([ce75056](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/ce75056a475ce39970de998376a91dcdc95e4065))
* create initial class ([061faa7](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/061faa72591550d3a7a93cd2e492aaf8ace82ec2))
* create initial classes with validation ([fc5db81](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/fc5db81092991da9686aa7f7855d30ae4f4e2e83))
* Merge PR [#255](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/255) ([a0d9bdf](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/a0d9bdfd1246c684156795523d64210fd828925f))

# [0.5.0-develop.4](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.5.0-develop.3...v0.5.0-develop.4) (2024-02-23)


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.4
appVersion: 0.5.0-develop.4
version: 0.5.0-develop.5
appVersion: 0.5.0-develop.5

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

0 comments on commit 0232cd9

Please sign in to comment.