Skip to content

Commit

Permalink
version 141 and spec 283 bump (#183)
Browse files Browse the repository at this point in the history
  • Loading branch information
LauraReesby authored Jun 23, 2022
1 parent 2eff90f commit 0fc84d3
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.4.1] - 2022-06-23
- Update Neumann and Turing governance parameters

## [1.4.0] - 2022-06-01
- Fixed execution fees for automation time
- Update to substrate 0.9.20
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "oak-node"
version = "1.4.0"
version = "1.4.1"
authors = ["OAK Developement Team"]
description = "Automation-first Blockchain"
license = "GPL-3.0"
Expand Down
2 changes: 1 addition & 1 deletion runtime/neumann/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("neumann"),
impl_name: create_runtime_str!("neumann"),
authoring_version: 1,
spec_version: 282,
spec_version: 283,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 9,
Expand Down
2 changes: 1 addition & 1 deletion runtime/turing/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("turing"),
impl_name: create_runtime_str!("turing"),
authoring_version: 1,
spec_version: 282,
spec_version: 283,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 9,
Expand Down

0 comments on commit 0fc84d3

Please sign in to comment.