From b8b4e3aa0563ecfcde66a6e65a186bf11b26d3bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= <11882946+mkuf@users.noreply.github.com> Date: Sun, 24 Mar 2024 10:40:51 +0100 Subject: [PATCH] docs: add missing entry for release v1.12.0 in changelog --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7df02a..1195d66 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Changed * klipper: update to python 3.12 base image and move additional python requirements to file * moonraker: update to python 3.12 base image +* klipperscreen: update to python 3.12 base image * scripts: rewrite build script using python * ci: use new build script in github workflows * ci: consolidate image specific build workflows into a single matrix workflow @@ -390,4 +391,4 @@ The first Image to Support this change is the current (24.03.2022) nightly: [mku - Service dependencies ## [v0.1.0] - 2022-02-26 -- Initial release \ No newline at end of file +- Initial release