diff --git a/Changelog.md b/Changelog.md index 5b74748..d1b39f1 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,3 +1,13 @@ +# [2.1.0] - 2020-10-08 + +* if_: handle "Unknown" emitted by ethtool +* if: include "Interface" to graph_title for better grouping +* muninlite: do not crash if empty line is received +* df: fix "config" vs "fetch" mismatches +* new plugin "wireless" (based on `iwinfo`, suitable for OpenWrt) +* add support for optional configuration file `/etc/munin/muninlite.conf` + + # [2.0.1] - 2020-04-12 * network interface names: tolerate more than one hyphen diff --git a/VERSION b/VERSION index 38f77a6..7ec1d6d 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1 +2.1.0