From 268d38cd66bbfa00c2ffdbbaa9600942360fc883 Mon Sep 17 00:00:00 2001 From: Paul Adkisson Date: Mon, 22 Apr 2024 13:34:48 -0400 Subject: [PATCH] Update CHANGELOG.md (#313) --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 513c76e1..9b3bc394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,16 @@ ### Fixes +# v0.5.8 + +### Fixes + * The triggering workflow name for update version was incorrectly set to `auto-publish` (the name of the yaml file). It has been renamed to `Upload Package to PyPI` (the name field of the workflow): [PR #304](https://github.com/catalystneuro/roiextractors/pull/304). * Fixed bug with automatic changelog test that was causing it to fail for daily tests: [PR #310](https://github.com/catalystneuro/roiextractors/pull/310) +* Updated zenodo to get a DOI on each release: No PR + # v0.5.7 ### Features