Skip to content

Commit

Permalink
chore(release): 0.2.0-develop.3 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0-develop.3](eclipse-tractusx/managed-identity-wallet@v0.2.0-develop.2...v0.2.0-develop.3) (2023-11-22)

### Bug Fixes

* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](eclipse-tractusx@6de785b))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](eclipse-tractusx@6811a8b))
  • Loading branch information
semantic-release-bot committed Nov 22, 2023
1 parent 23d4c83 commit 9391c1c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.2.0-develop.3](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.2.0-develop.2...v0.2.0-develop.3) (2023-11-22)


### Bug Fixes

* **ci:** separate workflow "Test application (test + coverage)" for PR and repo ([6de785b](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/6de785b670bdede6e55559ce461fb76d05f2ecc8))
* **dev:** add file extension and refactor called method in gradle ([6811a8b](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/6811a8b025b76f5998b1c2fd65b5f679e28468d3))

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


Expand Down
2 changes: 1 addition & 1 deletion DEPENDENCIES
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ maven/mavencentral/org.assertj/assertj-core/3.24.2, Apache-2.0, approved, #6161
maven/mavencentral/org.bouncycastle/bcpkix-jdk15on/1.69, MIT, approved, clearlydefined
maven/mavencentral/org.bouncycastle/bcprov-jdk15on/1.70, MIT, approved, #1712
maven/mavencentral/org.bouncycastle/bcutil-jdk15on/1.69, MIT, approved, clearlydefined
maven/mavencentral/org.checkerframework/checker-compat-qual/2.5.5, MIT, approved, clearlydefined
maven/mavencentral/org.checkerframework/checker-compat-qual/2.5.5, GPL-2.0-only with Classpath-Exception-2.0, approved, #11598
maven/mavencentral/org.checkerframework/checker-qual/3.33.0, MIT, approved, clearlydefined
maven/mavencentral/org.codehaus.woodstox/stax2-api/4.2.1, BSD-2-Clause, approved, #2670
maven/mavencentral/org.glassfish.jaxb/jaxb-core/4.0.3, BSD-3-Clause, approved, ee4j.jaxb
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.2.0-develop.2
appVersion: 0.2.0-develop.2
version: 0.2.0-develop.3
appVersion: 0.2.0-develop.3

home: https://github.com/eclipse-tractusx/managed-identity-wallet
keywords:
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.2
applicationVersion=0.2.0-develop.3
openApiVersion=2.1.0
githubUserName=
githubToken=

0 comments on commit 9391c1c

Please sign in to comment.