From 379dde95ae09dfa07b777b124f16e681d3c02f65 Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Thu, 4 May 2023 16:05:04 +0100 Subject: [PATCH] Update changelog for 1.10.1 --- CHANGES.md | 9 +++++++++ changelog.d/78.bugfix | 1 - 2 files changed, 9 insertions(+), 1 deletion(-) delete mode 100644 changelog.d/78.bugfix diff --git a/CHANGES.md b/CHANGES.md index 5e6cacc..aa23d4e 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,3 +1,12 @@ +1.10.1 (2023-05-04) +=================== + +Bugfixes +-------- + +- cleanup.py: Handle --repeat-delay-hours not being passed correctly, introduced in 1.10.0 ([\#78](https://github.com/matrix-org/rageshake/issues/78)) + + 1.10.0 (2023-05-02) =================== diff --git a/changelog.d/78.bugfix b/changelog.d/78.bugfix deleted file mode 100644 index 2e7a3f0..0000000 --- a/changelog.d/78.bugfix +++ /dev/null @@ -1 +0,0 @@ -cleanup.py: Handle --repeat-delay-hours not being passed correctly.