Skip to content

Commit

Permalink
Merge pull request #46 from logchange/release
Browse files Browse the repository at this point in the history
release to main - preparation for next development cycle
  • Loading branch information
marwin1991 authored Jul 16, 2024
2 parents 6ac2bc3 + c2a3830 commit 159d6f4
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@
<!-- !!! ⚠️ DO NOT MODIFY THIS FILE, YOUR CHANGES WILL BE LOST ⚠️ !!! -->


[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
--------------------

Expand Down
1 change: 1 addition & 0 deletions changelog/v2.2.0/release-date.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-07-16
21 changes: 21 additions & 0 deletions changelog/v2.2.0/version-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
<!-- @formatter:off -->
<!-- noinspection -->
<!-- Prevents auto format, for JetBrains IDE File > Settings > Editor > Code Style (Formatter Tab) > Turn formatter on/off with markers in code comments -->

<!-- This file is automatically generate by logchange tool 🌳 🪓 => 🪵 -->
<!-- Visit https://github.com/logchange/logchange and leave a star 🌟 -->
<!-- !!! ⚠️ DO NOT MODIFY THIS FILE, YOUR CHANGES WILL BE LOST ⚠️ !!! -->


[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 changes: 1 addition & 1 deletion hofund-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hofund-spring-boot-autoconfigure/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-spring-boot-autoconfigure</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hofund-spring-boot-e2e/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hofund</artifactId>
<groupId>dev.logchange.hofund</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-spring-boot-e2e</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hofund-spring-boot-starter/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>hofund</artifactId>
<groupId>dev.logchange.hofund</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-spring-boot-starter</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hofund-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
</parent>

<artifactId>hofund-spring</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>dev.logchange.hofund</groupId>
<artifactId>hofund</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>hofund</name>
Expand Down

0 comments on commit 159d6f4

Please sign in to comment.