Skip to content

Commit

Permalink
chore(release): 0.4.0-develop.2 [skip ci]
Browse files Browse the repository at this point in the history
# [0.4.0-develop.2](v0.4.0-develop.1...v0.4.0-develop.2) (2023-12-13)

### Features

* **helm:** add pgadmin4 as dependency to the chart ([6c68928](6c68928))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](#208) ([8c5c32f](8c5c32f))
  • Loading branch information
semantic-release-bot committed Dec 13, 2023
1 parent 8c5c32f commit cb9cde2
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [0.4.0-develop.2](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.4.0-develop.1...v0.4.0-develop.2) (2023-12-13)


### Features

* **helm:** add pgadmin4 as dependency to the chart ([6c68928](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/6c689280f33107268f0789c243db1f3dca561485))
* **helm:** add pgadmin4 as dependency to the chart PR [#208](https://github.com/eclipse-tractusx/managed-identity-wallet/issues/208) ([8c5c32f](https://github.com/eclipse-tractusx/managed-identity-wallet/commit/8c5c32f4f3d1e1cfd16b7f2e529ad25ca466df2e))

# [0.4.0-develop.1](https://github.com/eclipse-tractusx/managed-identity-wallet/compare/v0.3.0...v0.4.0-develop.1) (2023-12-11)


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.4.0-develop.1
appVersion: 0.4.0-develop.1
version: 0.4.0-develop.2
appVersion: 0.4.0-develop.2

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,5 +4,5 @@ jacocoVersion=0.8.9
springBootVersion=3.1.6
springDependencyVersion=1.1.0
groupName=org.eclipse.tractusx
applicationVersion=0.4.0-develop.1
applicationVersion=0.4.0-develop.2
openApiVersion=2.1.0

0 comments on commit cb9cde2

Please sign in to comment.