From 1b440324456dd1375b2fa4f705400747051c83bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timoth=C3=A9e=20Floure?= Date: Sat, 19 Feb 2022 10:20:39 +0100 Subject: [PATCH] Add changelog for v0.1.0 (= initial tagged release) --- changelog.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changelog.md diff --git a/changelog.md b/changelog.md new file mode 100644 index 0000000..54c2929 --- /dev/null +++ b/changelog.md @@ -0,0 +1,6 @@ +# 2022-02-19 - v0.1.0 + +* Initial tagged release - expect rough edges. +* web: simple HTML status page. +* haproxy: wiring to the stats socket, extract statistics. +* pgsql: initial plumbing, only able to extract version for the time being.