diff --git a/CHANGELOG.md b/CHANGELOG.md index 64a237ba01..261dd7d648 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,8 +8,15 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ## [Unreleased] ### Changed -- Add index for StacksBlockId to nakamoto block headers table (improves node performance) -- Remove the panic for reporting DB deadlocks (just error and continue waiting) + +## [3.0.0.0.2] + +### Added + +### Changed +- Fixes a few bugs in the relayer and networking stack + - detects and deprioritizes unhealthy replicas + - fixes an issue in the p2p stack which was preventing it from caching the reward set. ## [3.0.0.0.1] diff --git a/stacks-signer/CHANGELOG.md b/stacks-signer/CHANGELOG.md index 3183c0d5c3..53d2971721 100644 --- a/stacks-signer/CHANGELOG.md +++ b/stacks-signer/CHANGELOG.md @@ -11,6 +11,13 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE ### Changed +## [3.0.0.0.2.0] + +### Added +- Adds `tenure_last_block_proposal_timeout_secs` option to account for delayed global block acceptance. default to 30s + +### Changed + ## [3.0.0.0.1.0] ### Changed