diff --git a/CHANGELOG.md b/CHANGELOG.md index 337d849..0068e93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] + + +## [1.0.12] - 2024-05-14 ### Changed - ARC 42 document update for the EDC 7 support. diff --git a/README.md b/README.md index 17edfbf..5fc1190 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This service will help for testing the connectors and also can be used for healt ### Software Version ```shell -Latest Helm version is v1.0.14 -Latest Application version is v1.0.11 +Latest Helm version is v1.0.15 +Latest Application version is v1.0.12 ``` ### How to run diff --git a/charts/data-exchange/Chart.yaml b/charts/data-exchange/Chart.yaml index a960551..65879ef 100644 --- a/charts/data-exchange/Chart.yaml +++ b/charts/data-exchange/Chart.yaml @@ -38,10 +38,10 @@ sources: # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 1.0.14 +version: 1.0.15 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: 1.0.11 +appVersion: 1.0.12 diff --git a/charts/data-exchange/README.md b/charts/data-exchange/README.md index 0fba9d9..e71a342 100644 --- a/charts/data-exchange/README.md +++ b/charts/data-exchange/README.md @@ -1,6 +1,6 @@ # data-exchange -![Version: 1.0.14](https://img.shields.io/badge/Version-1.0.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.11](https://img.shields.io/badge/AppVersion-1.0.11-informational?style=flat-square) +![Version: 1.0.15](https://img.shields.io/badge/Version-1.0.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 1.0.12](https://img.shields.io/badge/AppVersion-1.0.12-informational?style=flat-square) Data exchange service is used to exchange the data between connectors diff --git a/pom.xml b/pom.xml index 0ff1273..efbf716 100644 --- a/pom.xml +++ b/pom.xml @@ -31,7 +31,7 @@ org.connector data-exchange-test-service - 1.0.11 + 1.0.12 data-exchange-test-service End to end data exchange test service