diff --git a/CHANGELOG.md b/CHANGELOG.md index e73f9bfae..e7085041b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.2.0-develop.2](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.1...v0.2.0-develop.2) (2023-10-20) + + +### Bug Fixes + +* **ci:** helm chart release ([c2bd166](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/c2bd166f25c4488e1bc0d7bb5215d92602ad9f96)) + # [0.2.0-develop.1](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.1.1...v0.2.0-develop.1) (2023-10-18) diff --git a/charts/managed-identity-wallet/Chart.yaml b/charts/managed-identity-wallet/Chart.yaml index e61af364a..98a1e45b1 100644 --- a/charts/managed-identity-wallet/Chart.yaml +++ b/charts/managed-identity-wallet/Chart.yaml @@ -25,8 +25,8 @@ description: | type: application -version: 0.1.0 -appVersion: 0.2.0-develop.1 +version: 0.2.0-develop.2 +appVersion: 0.2.0-develop.2 home: https://github.com/eclipse-tractusx/managed-identity-wallet keywords: diff --git a/gradle.properties b/gradle.properties index 998646de4..43f4d0593 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ jacocoVersion=0.8.9 springBootVersion=3.1.2 springDependencyVersion=1.1.0 groupName=org.eclipse.tractusx -applicationVersion=0.2.0-develop.1 +applicationVersion=0.2.0-develop.2 openApiVersion=2.1.0 githubUserName= githubToken= \ No newline at end of file