Skip to content

Commit f66be5e

Browse files
authored
Merge pull request #5886 from stacks-network/master-develop-3.1.0.0.7
Master (3.1.0.0.7) to develop
2 parents 93c26ff + 8db9e5e commit f66be5e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## [Unreleased]
99

10+
## [3.1.0.0.7]
11+
1012
## Added
1113

1214
- Add `disable_retries` mode for events_observer disabling automatic retry on error

stacks-signer/CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to the versioning scheme outlined in the [README.md](RE
77

88
## [Unreleased]
99

10+
## [3.1.0.0.7.0]
11+
1012
## Changed
1113

1214
- Add new reject codes to the signer response for better visibility into why a block was rejected.

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.1.0.0.6"
4-
stacks_signer_version = "3.1.0.0.6.0"
3+
stacks_node_version = "3.1.0.0.7"
4+
stacks_signer_version = "3.1.0.0.7.0"

0 commit comments

Comments
 (0)