From d921fc9647bc8e3d727e05f09c87b78dabe0690d Mon Sep 17 00:00:00 2001 From: hofund-bot Date: Tue, 16 Aug 2022 19:51:30 +0000 Subject: [PATCH] [ci skip] Generated CHANGELOG.md and prepare version for next release --- CHANGELOG.md | 7 ++++--- .../{unreleased => v0.1.0}/000001-promethus-app-info.yml | 0 .../000002-connection-info-postgres.yml | 0 changelog/v0.1.0/release-date.txt | 1 + changelog/{unreleased => v0.1.0}/version-summary.md | 7 ++++--- 5 files changed, 9 insertions(+), 6 deletions(-) rename changelog/{unreleased => v0.1.0}/000001-promethus-app-info.yml (100%) rename changelog/{unreleased => v0.1.0}/000002-connection-info-postgres.yml (100%) create mode 100644 changelog/v0.1.0/release-date.txt rename changelog/{unreleased => v0.1.0}/version-summary.md (85%) diff --git a/CHANGELOG.md b/CHANGELOG.md index d71777c..c9db572 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,13 @@ -[unreleased] ------------- +[0.1.0] - 2022-08-16 +-------------------- -### Added (1 change) +### Added (2 changes) - Using hofund allows you to specify version and name of your application in prometheus metric. ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Auto detection of data sources in spring boot projects and included metrics for postgres connections. ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) ### Configuration changes diff --git a/changelog/unreleased/000001-promethus-app-info.yml b/changelog/v0.1.0/000001-promethus-app-info.yml similarity index 100% rename from changelog/unreleased/000001-promethus-app-info.yml rename to changelog/v0.1.0/000001-promethus-app-info.yml diff --git a/changelog/unreleased/000002-connection-info-postgres.yml b/changelog/v0.1.0/000002-connection-info-postgres.yml similarity index 100% rename from changelog/unreleased/000002-connection-info-postgres.yml rename to changelog/v0.1.0/000002-connection-info-postgres.yml diff --git a/changelog/v0.1.0/release-date.txt b/changelog/v0.1.0/release-date.txt new file mode 100644 index 0000000..71f48b5 --- /dev/null +++ b/changelog/v0.1.0/release-date.txt @@ -0,0 +1 @@ +2022-08-16 \ No newline at end of file diff --git a/changelog/unreleased/version-summary.md b/changelog/v0.1.0/version-summary.md similarity index 85% rename from changelog/unreleased/version-summary.md rename to changelog/v0.1.0/version-summary.md index 1535646..0630712 100644 --- a/changelog/unreleased/version-summary.md +++ b/changelog/v0.1.0/version-summary.md @@ -2,12 +2,13 @@ -[unreleased] ------------- +[0.1.0] - 2022-08-16 +-------------------- -### Added (1 change) +### Added (2 changes) - Using hofund allows you to specify version and name of your application in prometheus metric. ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) +- Auto detection of data sources in spring boot projects and included metrics for postgres connections. ([Peter Zmilczak](https://github.com/marwin1991) @marwin1991) ### Configuration changes