From 542314aed92865b08d273ce6dcf523bf595fd0e5 Mon Sep 17 00:00:00 2001 From: wileyj <2847772+wileyj@users.noreply.github.com> Date: Wed, 15 Jan 2025 12:09:57 -0800 Subject: [PATCH] Update versioning for stacks-signer changelog --- stacks-signer/CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/stacks-signer/CHANGELOG.md b/stacks-signer/CHANGELOG.md index 2a4762cfa2..e634d73172 100644 --- a/stacks-signer/CHANGELOG.md +++ b/stacks-signer/CHANGELOG.md @@ -9,6 +9,12 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ## Added +## Changed + +## [3.1.0.0.3.0] + +## Added + - 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. ## Changed