diff --git a/CHANGELOG.md b/CHANGELOG.md index acf4855..8f82fb6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ +[0.6.0] - 2023-02-27 +-------------------- + +### Added (1 change) + +- Added inactive connections, in metric `hofund_connection` as `-1.0` value. You can take advantage of this feature by overriding `getCheckingStatus` method in `AbstractHofundBasicHttpConnection` ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + + [0.5.0] - 2023-02-21 -------------------- diff --git a/changelog/unreleased/000001-inactive-connections.yml b/changelog/v0.6.0/000001-inactive-connections.yml similarity index 100% rename from changelog/unreleased/000001-inactive-connections.yml rename to changelog/v0.6.0/000001-inactive-connections.yml diff --git a/changelog/v0.6.0/release-date.txt b/changelog/v0.6.0/release-date.txt new file mode 100644 index 0000000..43c3c5d --- /dev/null +++ b/changelog/v0.6.0/release-date.txt @@ -0,0 +1 @@ +2023-02-27 \ No newline at end of file diff --git a/changelog/v0.6.0/version-summary.md b/changelog/v0.6.0/version-summary.md new file mode 100644 index 0000000..e46da84 --- /dev/null +++ b/changelog/v0.6.0/version-summary.md @@ -0,0 +1,12 @@ + + + + +[0.6.0] - 2023-02-27 +-------------------- + +### Added (1 change) + +- Added inactive connections, in metric `hofund_connection` as `-1.0` value. You can take advantage of this feature by overriding `getCheckingStatus` method in `AbstractHofundBasicHttpConnection` ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) + +