Skip to content

Commit ed17f5e

Browse files
committed
updating changelogs and versions.toml for point release
1 parent a9e2828 commit ed17f5e

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

8-
## Unreleased
8+
## [3.2.0.0.1]
99

1010
### Fixed
1111

stacks-signer/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to the versioning scheme outlined in the [README.md](README.md).
77

8+
## [3.2.0.0.1.0]
9+
10+
### Added
11+
12+
### Changed
13+
814
## [3.2.0.0.0.0]
915

1016
### Added

versions.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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"

0 commit comments

Comments
 (0)