From e4aa5edaa018d563d853d7026b26481bbd616f32 Mon Sep 17 00:00:00 2001 From: Hector Date: Tue, 31 Aug 2021 13:04:51 +0000 Subject: [PATCH] docs: update changelog for release Update the CHANGELOG file for the v0.2.0 release. --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ae23c6e..532483c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,9 @@ 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] -*Collect metrics through fail2ban socket* + +## [0.2.0] - 2021-08-31 +*Collect metrics through fail2ban socket - based on [#11](https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/issues/11)* ### Added - (39133d0) feat: collect new up metric from fail2ban socket @@ -44,3 +46,4 @@ The format is based on [Keep a Changelog], and this project adheres to [Semantic [Semantic Versioning]: https://semver.org/spec/v2.0.0.html [Unreleased]: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/compare/0.1.0...main [0.1.0]: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/compare/0.0.0...0.1.0 +[0.2.0]: https://gitlab.com/hectorjsmith/fail2ban-prometheus-exporter/compare/0.1.0...0.2.0