diff --git a/CHANGELOG.md b/CHANGELOG.md index d18ac0aed39..ff8b637cd94 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/Cargo.toml b/Cargo.toml index fe140117de1..5bd42553fb4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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", diff --git a/util/version/Cargo.toml b/util/version/Cargo.toml index 89c69ab926c..376ee1794df 100644 --- a/util/version/Cargo.toml +++ b/util/version/Cargo.toml @@ -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 "] build = "build.rs"