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

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vorot93 committed Jun 1, 2020
1 parent c4892ce commit 8ca8089
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,7 @@
## OpenEthereum [v3.0.1](https://github.com/openethereum/openethereum/releases/tag/v3.0.1)

- Add missing forks to fork ID (#11747)

## OpenEthereum [v3.0.0](https://github.com/openethereum/openethereum/releases/tag/v3.0.0)

OpenEthereum v3.0.0 is the first release of OpenEthereum client as part of OpenEthereum project, divested from Parity Technologies.
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -2,7 +2,7 @@
description = "OpenEthereum"
name = "openethereum"
# NOTE Make sure to update util/version/Cargo.toml as well
version = "3.0.0"
version = "3.0.1"
license = "GPL-3.0"
authors = [
"OpenEthereum developers",
Expand Down
2 changes: 1 addition & 1 deletion util/version/Cargo.toml
Expand Up @@ -3,7 +3,7 @@
[package]
name = "parity-version"
# NOTE: this value is used for the OpenEthereum version string (via env CARGO_PKG_VERSION)
version = "3.0.0"
version = "3.0.1"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"

Expand Down

0 comments on commit 8ca8089

Please sign in to comment.