From 65cd01b4f6cbe2564928c34af08fa1ef5ebe6d2e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20K=C3=BCffner?= Date: Thu, 8 Feb 2024 21:48:58 +0100 Subject: [PATCH] docs: update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6348bb0..cfd0684 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,13 +8,17 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ## [Unreleased] ### Added - docs: add notes about CANBUS +- custom: add monitoring example +- ci: add yamllint action via #110 by @hz61p1 ### Fixed - docs: fix volume paths in moonraker examples #102 +- docs: update links to status badges ### Changed - docker: pin base images to python:3.11-(slim-)bookworm - extra: simplify moonraker-timelapse setup - ci: restructure image build workflows - ci: add image docs workflow to update dockerhub descriptions automatically +- docs: add note about image origin ### Removed -->