diff --git a/CHANGELOG.md b/CHANGELOG.md
index 893e4ad..160b8a2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,4 +3,12 @@
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/), and this project adheres
-to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
\ No newline at end of file
+to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
+
+## 0.2.0-M1
+### Added
+- Provide APIs to create, delete and update discovery-endpoints
+-
+## fixed
+- fix CVE-2023-20862
+- fix CVE-2023-20873
\ No newline at end of file
diff --git a/charts/discoveryfinder/Chart.yaml b/charts/discoveryfinder/Chart.yaml
index a52c2f8..3bab401 100644
--- a/charts/discoveryfinder/Chart.yaml
+++ b/charts/discoveryfinder/Chart.yaml
@@ -22,7 +22,7 @@ description: Tractus-X Discovery Finder Helm Chart
type: application
version: 0.1.2
-appVersion: 0.1.0-M1
+appVersion: 0.2.0-M1
dependencies:
- repository: https://charts.bitnami.com/bitnami
diff --git a/pom.xml b/pom.xml
index 880966c..c696418 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@