Skip to content

Commit e936ece

Browse files
committed
Release 0.9.6
1 parent b09090e commit e936ece

File tree

4 files changed

+17
-4
lines changed

4 files changed

+17
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,17 @@
11

2+
3+
## Diamond Node Software 3.3.5-hbbft-0.9.6
4+
5+
- [Early Epoch End: only report disconnectivities that exist for longer than 60 Minutes] (https://github.com/DMDcoin/diamond-node/issues/87)
6+
- [Improved Logging for Hbbft Session Management] (https://github.com/DMDcoin/diamond-node/issues/150)
7+
8+
## Diamond Node Software 3.3.5-hbbft-0.9.5
9+
10+
- [Improved Logging of ] (https://github.com/DMDcoin/diamond-node/issues/147)
11+
- [Early Epoch end: Applying new time based rules] (https://github.com/DMDcoin/diamond-node/issues/87)
12+
13+
14+
215
## Diamond Node Software 3.3.5-hbbft-0.9.5
316

417
- [Improved Logging for Stage 5 Errors] (https://github.com/DMDcoin/diamond-node/issues/147)

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
description = "Diamond Node"
33
name = "diamond-node"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "3.3.5-hbbft-0.9.4"
5+
version = "3.3.5-hbbft-0.9.6"
66
license = "GPL-3.0"
77
authors = [
88
"bit.diamonds developers",

crates/util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "parity-version"
33
# NOTE: this value is used for OpenEthereum version string (via env CARGO_PKG_VERSION)
4-
version = "3.3.5-hbbft-0.9.4"
4+
version = "3.3.5-hbbft-0.9.6"
55
authors = [
66
"bit.diamonds developers",
77
"OpenEthereum developers",

0 commit comments

Comments
 (0)