Skip to content

Commit

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

### Features

* add api docs, option asJwt ([9dc628b](9dc628b))
* add ignoring version ([1785080](1785080))
* add service method, controller, config for scope matching ([4feebd4](4feebd4))
* improve filter, add exception handling ([579a5ec](579a5ec))
  • Loading branch information
borisrizov-zf committed Mar 1, 2024
1 parent e500c4b commit 3925170
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# [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)


### Features

* add api docs, option asJwt ([9dc628b](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/9dc628b3ff4812759e9762f984f0406073191e40))
* add ignoring version ([1785080](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/1785080a7f3585ecf6fcb89cd94d91701c4906b9))
* add service method, controller, config for scope matching ([4feebd4](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/4feebd40dabe45e94f73cafcec410c2e51016758))
* improve filter, add exception handling ([579a5ec](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/579a5ec547d486f04fca4336545cd9f5bb0dc216))

# [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)


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

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.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)
![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)

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.5
applicationVersion=0.5.0-develop.6
openApiVersion=2.1.0

0 comments on commit 3925170

Please sign in to comment.