diff --git a/CHANGELOG.md b/CHANGELOG.md index b04dff0cb..bbebc7918 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,7 +6,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -## [1.4.1] - 2022-06-23 +## [283] - 2022-06-23 +Note: Runtime-only release - Update Neumann and Turing governance parameters ## [1.4.0] - 2022-06-01 diff --git a/Cargo.lock b/Cargo.lock index 54b63fe27..3628b03d4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -5132,7 +5132,7 @@ dependencies = [ [[package]] name = "oak-node" -version = "1.4.1" +version = "1.4.0" dependencies = [ "async-trait", "clap", diff --git a/node/Cargo.toml b/node/Cargo.toml index f9af767b0..2239c26c6 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "oak-node" -version = "1.4.1" +version = "1.4.0" authors = ["OAK Developement Team"] description = "Automation-first Blockchain" license = "GPL-3.0"