From a580e68d412025b6c13c52c468bd001ba321a254 Mon Sep 17 00:00:00 2001 From: hofund-bot Date: Sun, 14 Jul 2024 19:32:08 +0000 Subject: [PATCH 1/3] [ci skip] Generated CHANGELOG.md and prepare version for next release --- CHANGELOG.md | 9 +++++++++ .../000001-simple_http_connections.yml | 0 .../000002-print_connections_to_terminal.yml | 0 changelog/v2.1.0/release-date.txt | 1 + changelog/v2.1.0/version-summary.md | 18 ++++++++++++++++++ 5 files changed, 28 insertions(+) rename changelog/{unreleased => v2.1.0}/000001-simple_http_connections.yml (100%) rename changelog/{unreleased => v2.1.0}/000002-print_connections_to_terminal.yml (100%) create mode 100644 changelog/v2.1.0/release-date.txt create mode 100644 changelog/v2.1.0/version-summary.md diff --git a/CHANGELOG.md b/CHANGELOG.md index a28d0dc..94488f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,15 @@ +[2.1.0] - 2024-07-14 +-------------------- + +### Added (2 changes) + +- Added `SimpleHofundHttpConnection` to simplified configuration of HTTP connections and added ability to override `getRequestMethod()` in `AbstractHofundBasicHttpConnection` to allow using `POST` method. !42 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Added `HofundConnectionsTable` to allow printing HofundConnection to terminal during booting up. !43 #26 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + [2.0.0] - 2024-06-30 -------------------- diff --git a/changelog/unreleased/000001-simple_http_connections.yml b/changelog/v2.1.0/000001-simple_http_connections.yml similarity index 100% rename from changelog/unreleased/000001-simple_http_connections.yml rename to changelog/v2.1.0/000001-simple_http_connections.yml diff --git a/changelog/unreleased/000002-print_connections_to_terminal.yml b/changelog/v2.1.0/000002-print_connections_to_terminal.yml similarity index 100% rename from changelog/unreleased/000002-print_connections_to_terminal.yml rename to changelog/v2.1.0/000002-print_connections_to_terminal.yml diff --git a/changelog/v2.1.0/release-date.txt b/changelog/v2.1.0/release-date.txt new file mode 100644 index 0000000..ec8455a --- /dev/null +++ b/changelog/v2.1.0/release-date.txt @@ -0,0 +1 @@ +2024-07-14 \ No newline at end of file diff --git a/changelog/v2.1.0/version-summary.md b/changelog/v2.1.0/version-summary.md new file mode 100644 index 0000000..65b16b2 --- /dev/null +++ b/changelog/v2.1.0/version-summary.md @@ -0,0 +1,18 @@ + + + + + + + + + +[2.1.0] - 2024-07-14 +-------------------- + +### Added (2 changes) + +- Added `SimpleHofundHttpConnection` to simplified configuration of HTTP connections and added ability to override `getRequestMethod()` in `AbstractHofundBasicHttpConnection` to allow using `POST` method. !42 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Added `HofundConnectionsTable` to allow printing HofundConnection to terminal during booting up. !43 #26 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + From 4dd93ccd3118e25e9e171486eb3df177c585060b Mon Sep 17 00:00:00 2001 From: release-bot Date: Sun, 14 Jul 2024 19:32:32 +0000 Subject: [PATCH 2/3] [Releasing new version]prepare release 2.1.0 --- 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 8a80407..39326f5 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.1.0-SNAPSHOT + 2.1.0 hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index 19bb11b..dbab544 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.1.0-SNAPSHOT + 2.1.0 hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index db538b8..f50dce5 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.1.0-SNAPSHOT + 2.1.0 hofund-spring-boot-e2e diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 78d9485..c83806f 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.1.0-SNAPSHOT + 2.1.0 hofund-spring-boot-starter diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index 0db91a6..30564bf 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.1.0-SNAPSHOT + 2.1.0 hofund-spring diff --git a/pom.xml b/pom.xml index 1e77a16..74c6f48 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 2.1.0-SNAPSHOT + 2.1.0 pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - HEAD + 2.1.0 From 9d72ff128da6bc666af9be3f6934c1ce336ff7a1 Mon Sep 17 00:00:00 2001 From: release-bot Date: Sun, 14 Jul 2024 19:32:34 +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 39326f5..14a82a9 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.1.0 + 2.2.0-SNAPSHOT hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index dbab544..c637780 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.1.0 + 2.2.0-SNAPSHOT hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index f50dce5..3fa7597 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.1.0 + 2.2.0-SNAPSHOT hofund-spring-boot-e2e diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index c83806f..d06906f 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.1.0 + 2.2.0-SNAPSHOT hofund-spring-boot-starter diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index 30564bf..d714a94 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.1.0 + 2.2.0-SNAPSHOT hofund-spring diff --git a/pom.xml b/pom.xml index 74c6f48..46a40df 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 2.1.0 + 2.2.0-SNAPSHOT pom hofund @@ -41,7 +41,7 @@ scm:git:${project.scm.url} scm:git:${project.scm.url} https://github.com/logchange/hofund.git - 2.1.0 + HEAD