Skip to content

Commit

Permalink
Merge pull request #44 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 14, 2024
2 parents b7e3479 + 9d72ff1 commit 7f8fe14
Show file tree
Hide file tree
Showing 11 changed files with 34 additions and 6 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,15 @@
<!-- !!! ⚠️ DO NOT MODIFY THIS FILE, YOUR CHANGES WILL BE LOST ⚠️ !!! -->


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

Expand Down
1 change: 1 addition & 0 deletions changelog/v2.1.0/release-date.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-07-14
18 changes: 18 additions & 0 deletions changelog/v2.1.0/version-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- @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.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 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.1.0-SNAPSHOT</version>
<version>2.2.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.1.0-SNAPSHOT</version>
<version>2.2.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.1.0-SNAPSHOT</version>
<version>2.2.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.1.0-SNAPSHOT</version>
<version>2.2.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.1.0-SNAPSHOT</version>
<version>2.2.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.1.0-SNAPSHOT</version>
<version>2.2.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>hofund</name>
Expand Down

0 comments on commit 7f8fe14

Please sign in to comment.