diff --git a/CHANGELOG.md b/CHANGELOG.md
index d587f95..a88a6e3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,14 @@
+[1.0.2] - 2024-06-26
+--------------------
+
+### Fixed (1 change)
+
+- Fixed problem with missing missing url setting when building 'HofundConnection' from 'AbstractHofundBasicHttpConnection' and added missing 'micrometer-registry-prometheus-simpleclient' dependency. !34 ([Mateusz Piekarczyk](https://github.com/Athi) @Athi)
+
+
[1.0.1] - 2024-02-22
--------------------
diff --git a/changelog/unreleased/000001-fix-missing-url-set-and-missing-dependency.yml b/changelog/v1.0.2/000001-fix-missing-url-set-and-missing-dependency.yml
similarity index 100%
rename from changelog/unreleased/000001-fix-missing-url-set-and-missing-dependency.yml
rename to changelog/v1.0.2/000001-fix-missing-url-set-and-missing-dependency.yml
diff --git a/changelog/v1.0.2/release-date.txt b/changelog/v1.0.2/release-date.txt
new file mode 100644
index 0000000..320b47e
--- /dev/null
+++ b/changelog/v1.0.2/release-date.txt
@@ -0,0 +1 @@
+2024-06-26
\ No newline at end of file
diff --git a/changelog/v1.0.2/version-summary.md b/changelog/v1.0.2/version-summary.md
new file mode 100644
index 0000000..be27b05
--- /dev/null
+++ b/changelog/v1.0.2/version-summary.md
@@ -0,0 +1,12 @@
+
+
+
+
+[1.0.2] - 2024-06-26
+--------------------
+
+### Fixed (1 change)
+
+- Fixed problem with missing missing url setting when building 'HofundConnection' from 'AbstractHofundBasicHttpConnection' and added missing 'micrometer-registry-prometheus-simpleclient' dependency. !34 ([Mateusz Piekarczyk](https://github.com/Athi) @Athi)
+
+
diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml
index a81dece..34dda32 100644
--- a/hofund-core/pom.xml
+++ b/hofund-core/pom.xml
@@ -5,7 +5,7 @@
dev.logchange.hofund
hofund
- 1.0.2-SNAPSHOT
+ 1.1.0-SNAPSHOT
hofund-core
diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml
index 1a4cea1..cf684ef 100644
--- a/hofund-spring-boot-autoconfigure/pom.xml
+++ b/hofund-spring-boot-autoconfigure/pom.xml
@@ -5,7 +5,7 @@
dev.logchange.hofund
hofund
- 1.0.2-SNAPSHOT
+ 1.1.0-SNAPSHOT
hofund-spring-boot-autoconfigure
diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml
index 6dc2c45..3590edf 100644
--- a/hofund-spring-boot-e2e/pom.xml
+++ b/hofund-spring-boot-e2e/pom.xml
@@ -3,7 +3,7 @@
hofund
dev.logchange.hofund
- 1.0.2-SNAPSHOT
+ 1.1.0-SNAPSHOT
4.0.0
diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml
index cc95571..06ca559 100644
--- a/hofund-spring-boot-starter/pom.xml
+++ b/hofund-spring-boot-starter/pom.xml
@@ -3,7 +3,7 @@
hofund
dev.logchange.hofund
- 1.0.2-SNAPSHOT
+ 1.1.0-SNAPSHOT
4.0.0
diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml
index d66aa49..4c03d0c 100644
--- a/hofund-spring/pom.xml
+++ b/hofund-spring/pom.xml
@@ -5,7 +5,7 @@
dev.logchange.hofund
hofund
- 1.0.2-SNAPSHOT
+ 1.1.0-SNAPSHOT
hofund-spring
diff --git a/pom.xml b/pom.xml
index e92142a..a0c4c3c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -4,7 +4,7 @@
dev.logchange.hofund
hofund
- 1.0.2-SNAPSHOT
+ 1.1.0-SNAPSHOT
pom
hofund