Skip to content

Commit

Permalink
Merge pull request #38 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 Jun 30, 2024
2 parents 67fba04 + dca73e9 commit 119263b
Show file tree
Hide file tree
Showing 10 changed files with 27 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@
<!-- noinspection -->
<!-- Prevents auto format, for JetBrains IDE File > Settings > Editor > Code Style (Formatter Tab) > Turn formatter on/off with markers in code comments -->

[1.0.2] - 2024-06-26
--------------------

### Fixed (1 change)

- Fixed problem with missing missing url setting when building 'HofundConnection' from 'AbstractHofundBasicHttpConnection' and added missing 'micrometer-registry-prometheus-simpleclient' dependency. !34 ([Mateusz Piekarczyk](https://github.com/Athi) @Athi)


[1.0.1] - 2024-02-22
--------------------

Expand Down
1 change: 1 addition & 0 deletions changelog/v1.0.2/release-date.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2024-06-26
12 changes: 12 additions & 0 deletions changelog/v1.0.2/version-summary.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<!-- @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 -->

[1.0.2] - 2024-06-26
--------------------

### Fixed (1 change)

- Fixed problem with missing missing url setting when building 'HofundConnection' from 'AbstractHofundBasicHttpConnection' and added missing 'micrometer-registry-prometheus-simpleclient' dependency. !34 ([Mateusz Piekarczyk](https://github.com/Athi) @Athi)


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>1.0.2-SNAPSHOT</version>
<version>1.1.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>1.0.2-SNAPSHOT</version>
<version>1.1.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 @@ -3,7 +3,7 @@
<parent>
<artifactId>hofund</artifactId>
<groupId>dev.logchange.hofund</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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 @@ -3,7 +3,7 @@
<parent>
<artifactId>hofund</artifactId>
<groupId>dev.logchange.hofund</groupId>
<version>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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>1.0.2-SNAPSHOT</version>
<version>1.1.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>1.0.2-SNAPSHOT</version>
<version>1.1.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>hofund</name>
Expand Down

0 comments on commit 119263b

Please sign in to comment.