File tree Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Expand file tree Collapse file tree 3 files changed +10
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
7
7
8
- # Unreleased
8
+ ## [ 3.1.0.0.13 ]
9
9
10
10
### Added
11
11
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to the versioning scheme outlined in the [ README.md] ( README.md ) .
7
7
8
+ ## [ 3.1.0.0.13.0]
9
+
10
+ ### Changed
11
+
12
+ - Database schema update (requires stacks-node >= 3.1.0.0.13)
13
+
14
+
8
15
## [ 3.1.0.0.12.0]
9
16
10
17
### Changed
Original file line number Diff line number Diff line change 1
1
# Update these values when a new release is created.
2
2
# `stacks-common/build.rs` will automatically update `versions.rs` with these values.
3
- stacks_node_version = " 3.1.0.0.12 "
4
- stacks_signer_version = " 3.1.0.0.12 .0"
3
+ stacks_node_version = " 3.1.0.0.13 "
4
+ stacks_signer_version = " 3.1.0.0.13 .0"
You can’t perform that action at this time.
0 commit comments