From c8468fda5fd3f3b6cf48ced617bbb9fd0d39c8b4 Mon Sep 17 00:00:00 2001 From: hofund-bot Date: Tue, 16 Jul 2024 14:46:04 +0000 Subject: [PATCH 1/3] [ci skip] Generated CHANGELOG.md and prepare version for next release --- CHANGELOG.md | 12 +++++++++++ ...0001-sorting_connections_tabel_by_type.yml | 0 ...2-request_headers_for_http_connections.yml | 0 changelog/v2.2.0/release-date.txt | 1 + changelog/v2.2.0/version-summary.md | 21 +++++++++++++++++++ 5 files changed, 34 insertions(+) rename changelog/{unreleased => v2.2.0}/000001-sorting_connections_tabel_by_type.yml (100%) rename changelog/{unreleased => v2.2.0}/000002-request_headers_for_http_connections.yml (100%) create mode 100644 changelog/v2.2.0/release-date.txt create mode 100644 changelog/v2.2.0/version-summary.md diff --git a/CHANGELOG.md b/CHANGELOG.md index 94488f8..550b431 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ +[2.2.0] - 2024-07-16 +-------------------- + +### Added (1 change) + +- Added request headers and ability to define it during testing connection using `AbstractHofundBasicHttpConnection` !45 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + +### Changed (1 change) + +- Sorting connections tabel by type !45 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + [2.1.0] - 2024-07-14 -------------------- diff --git a/changelog/unreleased/000001-sorting_connections_tabel_by_type.yml b/changelog/v2.2.0/000001-sorting_connections_tabel_by_type.yml similarity index 100% rename from changelog/unreleased/000001-sorting_connections_tabel_by_type.yml rename to changelog/v2.2.0/000001-sorting_connections_tabel_by_type.yml diff --git a/changelog/unreleased/000002-request_headers_for_http_connections.yml b/changelog/v2.2.0/000002-request_headers_for_http_connections.yml similarity index 100% rename from changelog/unreleased/000002-request_headers_for_http_connections.yml rename to changelog/v2.2.0/000002-request_headers_for_http_connections.yml diff --git a/changelog/v2.2.0/release-date.txt b/changelog/v2.2.0/release-date.txt new file mode 100644 index 0000000..601138e --- /dev/null +++ b/changelog/v2.2.0/release-date.txt @@ -0,0 +1 @@ +2024-07-16 \ No newline at end of file diff --git a/changelog/v2.2.0/version-summary.md b/changelog/v2.2.0/version-summary.md new file mode 100644 index 0000000..3df6adf --- /dev/null +++ b/changelog/v2.2.0/version-summary.md @@ -0,0 +1,21 @@ + + + + + + + + + +[2.2.0] - 2024-07-16 +-------------------- + +### Added (1 change) + +- Added request headers and ability to define it during testing connection using `AbstractHofundBasicHttpConnection` !45 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + +### Changed (1 change) + +- Sorting connections tabel by type !45 ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + From a5920328db8029d5d9ee2c869b46e4c79a9ac43a Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 16 Jul 2024 14:46:30 +0000 Subject: [PATCH 2/3] [Releasing new version]prepare release 2.2.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 14a82a9..3b89d0a 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0-SNAPSHOT + 2.2.0 hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index c637780..aeb1301 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0-SNAPSHOT + 2.2.0 hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index 3fa7597..9fe4698 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.2.0-SNAPSHOT + 2.2.0 hofund-spring-boot-e2e diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index d06906f..8e7b61a 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.2.0-SNAPSHOT + 2.2.0 hofund-spring-boot-starter diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index d714a94..5e8e6f0 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0-SNAPSHOT + 2.2.0 hofund-spring diff --git a/pom.xml b/pom.xml index 46a40df..eb6bad9 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 2.2.0-SNAPSHOT + 2.2.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.2.0 From c2a38306a14f170c41c971948f6ae2c546e434f2 Mon Sep 17 00:00:00 2001 From: release-bot Date: Tue, 16 Jul 2024 14:46:31 +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 3b89d0a..ae18041 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0 + 2.3.0-SNAPSHOT hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index aeb1301..270e675 100644 --- a/hofund-spring-boot-autoconfigure/pom.xml +++ b/hofund-spring-boot-autoconfigure/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0 + 2.3.0-SNAPSHOT hofund-spring-boot-autoconfigure diff --git a/hofund-spring-boot-e2e/pom.xml b/hofund-spring-boot-e2e/pom.xml index 9fe4698..9051b5a 100644 --- a/hofund-spring-boot-e2e/pom.xml +++ b/hofund-spring-boot-e2e/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.2.0 + 2.3.0-SNAPSHOT hofund-spring-boot-e2e diff --git a/hofund-spring-boot-starter/pom.xml b/hofund-spring-boot-starter/pom.xml index 8e7b61a..5935a06 100644 --- a/hofund-spring-boot-starter/pom.xml +++ b/hofund-spring-boot-starter/pom.xml @@ -5,7 +5,7 @@ hofund dev.logchange.hofund - 2.2.0 + 2.3.0-SNAPSHOT hofund-spring-boot-starter diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index 5e8e6f0..1445950 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0 + 2.3.0-SNAPSHOT hofund-spring diff --git a/pom.xml b/pom.xml index eb6bad9..d803496 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 2.2.0 + 2.3.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.2.0 + HEAD