From 26fdee0e331dbdf35330cc1a8c1cf45a0d111147 Mon Sep 17 00:00:00 2001 From: Charles Coggins Date: Mon, 14 Apr 2025 10:40:22 -0500 Subject: [PATCH] Add `Unreleased` section back to `CHANGELOG.md` This change fixes the `release` workflow. It has been broken since the v7.5.0 release, when the `CHANGELOG` was updated by hand instead of with the `bump_version.sh` script. That is, the `Unreleased` section was removed from the `CHANGELOG`, which caused the `Create release artifacts` step of the `release` workflow to fail because it looks for the `Unreleased` header and does not find it. --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 157bcf08c..815b6a9ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ The sections should follow the order `Packaging`, `Added`, `Changed`, `Fixed` an The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). +## Unreleased + ## 7.5.0 - 2025-04-01 ### Changed