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) + + diff --git a/hofund-core/pom.xml b/hofund-core/pom.xml index 14a82a9..ae18041 100644 --- a/hofund-core/pom.xml +++ b/hofund-core/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT hofund-core diff --git a/hofund-spring-boot-autoconfigure/pom.xml b/hofund-spring-boot-autoconfigure/pom.xml index c637780..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-SNAPSHOT + 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 3fa7597..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-SNAPSHOT + 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 d06906f..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-SNAPSHOT + 2.3.0-SNAPSHOT hofund-spring-boot-starter diff --git a/hofund-spring/pom.xml b/hofund-spring/pom.xml index d714a94..1445950 100644 --- a/hofund-spring/pom.xml +++ b/hofund-spring/pom.xml @@ -5,7 +5,7 @@ dev.logchange.hofund hofund - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT hofund-spring diff --git a/pom.xml b/pom.xml index 46a40df..d803496 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ dev.logchange.hofund hofund - 2.2.0-SNAPSHOT + 2.3.0-SNAPSHOT pom hofund