From d930f44eebc1db15f5dc08e167d738f1a00eb4e9 Mon Sep 17 00:00:00 2001
From: Jacinta Ferrant <jacinta@trustmachines.co>
Date: Mon, 23 Dec 2024 14:34:24 -0500
Subject: [PATCH] FIx changelog

Signed-off-by: Jacinta Ferrant <jacinta@trustmachines.co>
---
 stacks-signer/CHANGELOG.md | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/stacks-signer/CHANGELOG.md b/stacks-signer/CHANGELOG.md
index 45bf42fada..04d2d76a7a 100644
--- a/stacks-signer/CHANGELOG.md
+++ b/stacks-signer/CHANGELOG.md
@@ -8,7 +8,6 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
 ## [Unreleased]
 
 ## Added
-- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.
 
 - Introduced the `block_proposal_max_age_secs` configuration option for signers, enabling them to automatically ignore block proposals that exceed the specified age in seconds.
 
@@ -16,6 +15,14 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
 - Improvements to the stale signer cleanup logic: deletes the prior signer if it has no remaining unprocessed blocks in its database
 - Signers now listen to new block events from the stacks node to determine whether a block has been successfully appended to the chain tip
 
+# [3.1.0.0.2.1]
+
+## Added
+
+## Changed
+
+- Prevent old reward cycle signers from processing block validation response messages that do not apply to blocks from their cycle.
+
 ## [3.1.0.0.2.0]
 
 ## Added