From 254066fb5e1c4f2342fc09e9de1573151b74c177 Mon Sep 17 00:00:00 2001 From: hofund-bot Date: Wed, 26 Jun 2024 06:47:21 +0000 Subject: [PATCH 1/3] [ci skip] Generated CHANGELOG.md and prepare version for next release --- CHANGELOG.md | 8 ++++++++ ...01-fix-missing-url-set-and-missing-dependency.yml | 0 changelog/v1.0.2/release-date.txt | 1 + changelog/v1.0.2/version-summary.md | 12 ++++++++++++ 4 files changed, 21 insertions(+) rename changelog/{unreleased => v1.0.2}/000001-fix-missing-url-set-and-missing-dependency.yml (100%) create mode 100644 changelog/v1.0.2/release-date.txt create mode 100644 changelog/v1.0.2/version-summary.md 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) + + From 05e9fa7a453430d3a1cdd7aade770dca2bbf81c1 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 26 Jun 2024 06:47:54 +0000 Subject: [PATCH 2/3] [Releasing new version]prepare release 1.0.2 --- hofund-core/pom.xml | 2 +- hofund-spring-boot-autoconfigure/pom.xml | 2 +- hofund-spring-boot-e2e/pom.xml | 2 +- hofund-spring-boot-starter/pom.xml | 2 +- hofund-spring/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index a81dece..916383f 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.2-SNAPSHOT + 1.0.2 hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index 1a4cea1..ee3c0ed 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.0.2 hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index 6dc2c45..9d7848e 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.0.2 4.0.0 diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index cc95571..eb289b8 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.0.2 4.0.0 diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index d66aa49..d6facce 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.2-SNAPSHOT + 1.0.2 hofund-spring diff --git a/pom.xml b/pom.xml index e92142a..d2f3ccc 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 1.0.2-SNAPSHOT + 1.0.2 pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - HEAD + 1.0.2 From dca73e9f7ed89197a9ebc176e3544cfc8b9f3223 Mon Sep 17 00:00:00 2001 From: release-bot Date: Wed, 26 Jun 2024 06:47:55 +0000 Subject: [PATCH 3/3] [Releasing new version]prepare for next development iteration --- hofund-core/pom.xml | 2 +- hofund-spring-boot-autoconfigure/pom.xml | 2 +- hofund-spring-boot-e2e/pom.xml | 2 +- hofund-spring-boot-starter/pom.xml | 2 +- hofund-spring/pom.xml | 2 +- pom.xml | 4 ++-- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index 916383f..34dda32 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.2 + 1.1.0-SNAPSHOT hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index ee3c0ed..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 + 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 9d7848e..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 + 1.1.0-SNAPSHOT 4.0.0 diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index eb289b8..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 + 1.1.0-SNAPSHOT 4.0.0 diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index d6facce..4c03d0c 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 1.0.2 + 1.1.0-SNAPSHOT hofund-spring diff --git a/pom.xml b/pom.xml index d2f3ccc..a0c4c3c 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 1.0.2 + 1.1.0-SNAPSHOT pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - 1.0.2 + HEAD