Skip to content
This repository was archived by the owner on Nov 6, 2020. It is now read-only.

Commit 06c7096

Browse files
authored
Update CHANGELOG.md and version (#11093)
* Update CHANGELOG.md and version
1 parent b2277f6 commit 06c7096

File tree

4 files changed

+17
-8
lines changed

4 files changed

+17
-8
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## Parity-Ethereum [v2.5.9](https://github.com/paritytech/parity-ethereum/releases/tag/v2.5.8)
2+
3+
Parity Ethereum v2.5.9-stable is a patch release that adds the block numbers for activating the Istanbul hardfork on test networks: Ropsten, Görli, Rinkeby and Kovan.
4+
5+
The full list of included changes:
6+
7+
* ethcore/res: activate Istanbul on Ropsten, Görli, Rinkeby, Kovan (#11068)
8+
* [json-spec] make blake2 pricing spec more readable (#11034)
9+
110
## Parity-Ethereum [v2.5.8](https://github.com/paritytech/parity-ethereum/releases/tag/v2.5.8)
211

312
Parity Ethereum v2.5.8-stable is a patch release that improves security, stability and performance.

Cargo.lock

Lines changed: 6 additions & 6 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 = "Parity Ethereum client"
33
name = "parity-ethereum"
44
# NOTE Make sure to update util/version/Cargo.toml as well
5-
version = "2.5.8"
5+
version = "2.5.9"
66
license = "GPL-3.0"
77
authors = ["Parity Technologies <admin@parity.io>"]
88

util/version/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[package]
44
name = "parity-version"
55
# NOTE: this value is used for Parity Ethereum version string (via env CARGO_PKG_VERSION)
6-
version = "2.5.8"
6+
version = "2.5.9"
77
authors = ["Parity Technologies <admin@parity.io>"]
88
build = "build.rs"
99

0 commit comments

Comments
 (0)