From 8085907c5ecb1b6b967baa60a787aef9d994b941 Mon Sep 17 00:00:00 2001 From: peekjef72 Date: Sun, 5 May 2024 17:04:26 +0200 Subject: [PATCH] fixed format --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e385cf1..6859f7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,12 +4,12 @@ This project adheres to [Semantic Versioning](http://semver.org/) and [Keep a ch -## 0.8.2 2024/05/05 +## 0.8.2 2024-05-05 * add proxy mode : allow to scrap remote servers using connection string as target * add hanadb exporter and standard metrics. * add basic encryption for user/passwords used to connect to database: password are not in plain text in configuration file. -## 0.8.1 2022/10/02 +## 0.8.1 2022-10-02 * added multi-targets * add db2 * remove multi drivers compilations: use tags instead to have specific exporter for each one supported (mssql, db2, oracle)