diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b83b05..7747a51 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/). ## [Unreleased] +## 0.13.8 + +### Changed + +- Simplify 'connection type' option check +- Introduce 'nightly' tag for regular updates to base OS and binary dependencies to ensure vulnerabilities are addressed in between releases + - Reserve 'latest' tag for customary latest release + ## 0.13.7 ### Changed diff --git a/Cargo.toml b/Cargo.toml index a07941f..f34555a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "docker-autoheal" -version = "0.13.7" +version = "0.13.8" authors = ["Travis M Knight"] license = "GPL-3.0" description = "A cross-platform tool to monitor and remediate unhealthy Docker containers"