Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the versioning scheme outlined in the [README.md](README.md).

## Unreleased
## [3.2.0.0.1]
### Added

- Adds node-config-docsgen to automatically create config documentation (#6227)

### Fixed

Expand Down
7 changes: 7 additions & 0 deletions stacks-signer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to the versioning scheme outlined in the [README.md](README.md).

## [3.2.0.0.1.0]

### Changed

- Repurposes the `capitulate_miner_view` timeout to prevent needlessly checking for capitulation when blocks are globally accepted (#6307)
- Consider the local state machine update regardless of local vs global paths (#6325)

## [3.2.0.0.0.0]

### Added
Expand Down
4 changes: 2 additions & 2 deletions versions.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Update these values when a new release is created.
# `stacks-common/build.rs` will automatically update `versions.rs` with these values.
stacks_node_version = "3.2.0.0.0"
stacks_signer_version = "3.2.0.0.0.0"
stacks_node_version = "3.2.0.0.1"
stacks_signer_version = "3.2.0.0.1.0"