diff --git a/Changelog.md b/Changelog.md
index fb87af914d4b627a37b0e17616d9c0afa5652eb9..69e04daea8e2133d7f5fe8602452b660c31ab61f 100644
--- a/Changelog.md
+++ b/Changelog.md
@@ -2,5 +2,8 @@
 
 All notable changes to this project will be documented in this file.
 
+## [0.2] - 2025-06-07
+- cleaned up conflicted repo
+
 ## [0.1] - 2025-06-07
 - api prototype/demo
diff --git a/pyproject.toml b/pyproject.toml
index 30f93d0c84d8ed6b5899d46fe48eac3ba6393e49..b1e13104a3a83f32d8cb28b00a4772e73aaddae0 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
 
 [project]
 name = "mapping-provider"
-version = "0.1"
+version = "0.2"
 description = "A webservice providing information for GEANT maps."
 authors = [
     {name = "GÉANT", email = "swd@geant.org"}