Skip to content

Commit 052f7be

Browse files
committed
v0.6.5
1 parent 26860e4 commit 052f7be

File tree

7 files changed

+27
-16
lines changed

7 files changed

+27
-16
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,17 @@
77
- Breaking Change: header update in performance and security [\#964](https://github.com/input-output-hk/jormungandr/pull/964)
88
- Start REST server before bootstrap [\#977](https://github.com/input-output-hk/jormungandr/pull/977)
99

10+
## [v0.6.5](https://github.com/input-output-hk/jormungandr/tree/v0.6.5) (2019-10-19)
11+
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.6.4...v0.6.5)
12+
13+
**Fixed bugs:**
14+
15+
- Fix a hangup in network client polling [\#994](https://github.com/input-output-hk/jormungandr/pull/994)
16+
17+
**Closed issues:**
18+
19+
- Node getting stuck [\#993](https://github.com/input-output-hk/jormungandr/issues/993)
20+
1021
## [v0.6.4](https://github.com/input-output-hk/jormungandr/tree/v0.6.4) (2019-10-19)
1122
[Full Changelog](https://github.com/input-output-hk/jormungandr/compare/v0.6.3...v0.6.4)
1223

Cargo.lock

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

jcli/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jcli"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

jormungandr-integration-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-integration-tests"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr-lib/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-lib"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = ["[email protected]"]
55
edition = "2018"
66

jormungandr-scenario-tests/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr-scenario-tests"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = [ "[email protected]" ]
55
edition = "2018"
66

jormungandr/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "jormungandr"
3-
version = "0.6.4"
3+
version = "0.6.5"
44
authors = [ "[email protected]" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/input-output-hk/jormungandr"

0 commit comments

Comments
 (0)