diff --git a/helm/Chart.yaml b/helm/Chart.yaml
index b239754..65e3daa 100644
--- a/helm/Chart.yaml
+++ b/helm/Chart.yaml
@@ -2,8 +2,8 @@ apiVersion: v2
name: pagopa-tech-support-api
description: Technical support api
type: application
-version: "0.1.0"
-appVersion: "1.0.0-1-implementing"
+version: "0.2.0"
+appVersion: "1.0.0-2-implementing"
dependencies:
- name: microservice-chart
version: 3.0.0
diff --git a/openapi/openapi.json b/openapi/openapi.json
index b9f52fe..a3e811f 100644
--- a/openapi/openapi.json
+++ b/openapi/openapi.json
@@ -3,7 +3,7 @@
"info": {
"title": "Node technical support - Api (local) ${service}",
"termsOfService": "https://www.pagopa.gov.it/",
- "version": "1.0.0-1-implementing"
+ "version": "1.0.0-2-implementing"
},
"servers": [
{
diff --git a/pom.xml b/pom.xml
index 4a24896..da76091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
4.0.0
it.gov.pagopa
node-techical-support-worker
- 1.0.0-1-implementing
+ 1.0.0-2-implementing
3.11.0
1.18.26