Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.

Commit ae2710f

Browse files
committed
chore(release): 1.0.0-develop.3 [skip ci]
# [1.0.0-develop.3](v1.0.0-develop.2...v1.0.0-develop.3) (2024-07-29) ### Features * remove BaseController, change Principal to Authenticationand unit test cases added ([15425be](15425be)) * test cases added, file header updated and detail log added for security events ([a4fa6cc](a4fa6cc))
1 parent 007e844 commit ae2710f

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
# [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)
2+
3+
4+
### Features
5+
6+
* remove BaseController, change Principal to Authenticationand unit test cases added ([15425be](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/15425beccd8bbb3560328d7d845766f422e6e4d8))
7+
* test cases added, file header updated and detail log added for security events ([a4fa6cc](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/a4fa6cc37d72e57796616fd87716fef059770e76))
8+
19
# [1.0.0-develop.2](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v1.0.0-develop.1...v1.0.0-develop.2) (2024-07-22)
210

311

charts/managed-identity-wallet/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@ description: |
2525
2626
type: application
2727

28-
version: 1.0.0-develop.2
29-
appVersion: 1.0.0-develop.2
28+
version: 1.0.0-develop.3
29+
appVersion: 1.0.0-develop.3
3030

3131
home: https://github.com/eclipse-tractusx/managed-identity-wallet
3232
keywords:

charts/managed-identity-wallet/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# managed-identity-wallet
44

5-
![Version: 1.0.0-develop.2](https://img.shields.io/badge/Version-1.0.0--develop.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.0-develop.2](https://img.shields.io/badge/AppVersion-1.0.0--develop.2-informational?style=flat-square)
5+
![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)
66

77
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.
88
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.

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jacocoVersion=0.8.9
44
springBootVersion=3.3.2
55
springDependencyVersion=1.1.0
66
groupName=org.eclipse.tractusx
7-
applicationVersion=1.0.0-develop.2
7+
applicationVersion=1.0.0-develop.3
88
openApiVersion=2.1.0

0 commit comments

Comments
 (0)