From 4bf63a6ed6918e42170f998045678b8bbc6d93a1 Mon Sep 17 00:00:00 2001 From: Hector Date: Fri, 18 Feb 2022 21:49:20 +0000 Subject: [PATCH] docs: update changelog Update the CHANGELOG file with recent unreleased changes. --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2f5d30..0118077 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog], and this project adheres to [Semantic Versioning]. ## [Unreleased] -*Nothing yet* + +### Added +- (b7e317e) feat: configure tool using environment variables ([#17](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/17)) +- (6f76a03) feat: add support for basic auth ([#16](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/16)) + +### Fixed +- (93da909) fix: use correct flag in dockerfile ([#18](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/18)) + +### BREAKING CHANGE +- CLI params now require two dashes instead of one (e.g. `--socket`) ## [0.5.0] - 2021-12-21 *Remove deprecated code & support python2*