diff --git a/CHANGELOG.md b/CHANGELOG.md index bfc0687..fd6322b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,16 +7,23 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## [v1.17.0] - 2024-11-24 +### Added +* klipper & moonraker: generate version file during build to correctly display versions (fixes [#74](https://github.com/mkuf/prind/issues/74#issuecomment-2474036799)) +* klipper, moonraker & ustreamer: add health check scripts to container images #178 +* docs: health check examples for each container and in main readme +### Changed +* ci: update build requirements #181 + +**Full Changelog**: https://github.com/mkuf/prind/compare/v1.16.0...v1.17.0 + ## [v1.16.0] - 2024-11-08 ### Fixed * custom: fix config path for klipper in portainer example #165