File tree Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Expand file tree Collapse file tree 3 files changed +14
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
77
8- ## Unreleased
8+ ## [ 3.2.0.0.1]
9+ ### Added
10+
11+ - Adds node-config-docsgen to automatically create config documentation (#6227 )
912
1013### Fixed
1114
Original file line number Diff line number Diff line change @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
77
8+ ## [ 3.2.0.0.1.0]
9+
10+ ### Changed
11+
12+ - Repurposes the ` capitulate_miner_view ` timeout to prevent needlessly checking for capitulation when blocks are globally accepted (#6307 )
13+ - Consider the local state machine update regardless of local vs global paths (#6325 )
14+ - Use the local supported version by default if no consensus is found (#6341 )
15+
816## [ 3.2.0.0.0.0]
917
1018### Added
Original file line number Diff line number Diff line change 11# Update these values when a new release is created.
22# `stacks-common/build.rs` will automatically update `versions.rs` with these values.
3- stacks_node_version = " 3.2.0.0.0 "
4- stacks_signer_version = " 3.2.0.0.0 .0"
3+ stacks_node_version = " 3.2.0.0.1 "
4+ stacks_signer_version = " 3.2.0.0.1 .0"
You can’t perform that action at this time.
0 commit comments