From 573337c43f1e9d61620a3299eaccaf1bc84c8a12 Mon Sep 17 00:00:00 2001 From: "Brian L. Troutwine" Date: Mon, 16 Dec 2024 19:58:01 -0800 Subject: [PATCH] add changelog entry Signed-off-by: Brian L. Troutwine --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73ed2d564..f9a1b2efd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.25.2-rc0] +## Changed +- Base image is now bookworm, updated from bullseye. + ## [0.25.1] ## Removed - Revert PR #1148