diff --git a/CHANGELOG.md b/CHANGELOG.md index ea52dc3..bd2f783 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# v0.6.9 + ++ Fix handling of Docker containers that have no command ++ Fix hardware plugin for devices with multiple logical names ++ Improve `disk_health.py` script (nvme support, nice error if no disks found) + # v0.6.8 + Make it possible to set settings comments to scripts (currently interval only) diff --git a/canaryd/version.py b/canaryd/version.py index 085bc85..6300a70 100644 --- a/canaryd/version.py +++ b/canaryd/version.py @@ -1 +1 @@ -__version__ = '0.6.8' +__version__ = '0.6.9'