Skip to content

Commit dc2f2a8

Browse files
committed
changelog and version update
1 parent 14e4df4 commit dc2f2a8

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## Diamond Node Software 3.3.5-hbbft-0.11.6
2+
- [session double kill problem.](https://github.com/DMDcoin/diamond-node/issues/252)
3+
- [Network Host logic: peer_id to NodeID consistency](https://github.com/DMDcoin/diamond-node/issues/251)
4+
- [sealing messages probably not received](https://github.com/DMDcoin/diamond-node/issues/248)
5+
- [disconnected from reservered peers](https://github.com/DMDcoin/diamond-node/issues/247)
6+
- [separate handshakes and encrypted connections](https://github.com/DMDcoin/diamond-node/issues/254)
7+
18
## Diamond Node Software 3.3.5-hbbft-0.11.5
29
- [Improved reliability of Hbbft targeted message delivery](https://github.com/DMDcoin/diamond-node/issues/248)
310

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.11.5"
5+
version = "3.3.5-hbbft-0.11.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.11.5"
4+
version = "3.3.5-hbbft-0.11.6"
55
authors = [
66
"bit.diamonds developers",
77
"OpenEthereum developers",

0 commit comments

Comments
 (0)