diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5714aef5..58ee966e1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased changes +## 11.2.1 (Devnet) + - Add support for the following "meta update" operations: - `lockFund`: move protocol-level tokens from an account's available balance into a PLT Lock. - `lockSend`: move protocol-level tokens from a PLT Lock to a recipient account's available balance. diff --git a/concordium-node/Cargo.lock b/concordium-node/Cargo.lock index eaea63a8d1..9daab05198 100644 --- a/concordium-node/Cargo.lock +++ b/concordium-node/Cargo.lock @@ -819,7 +819,7 @@ dependencies = [ [[package]] name = "concordium_node" -version = "11.2.0" +version = "11.2.1" dependencies = [ "anyhow", "app_dirs2", diff --git a/concordium-node/Cargo.toml b/concordium-node/Cargo.toml index 25c9ad0649..11f5ef6844 100644 --- a/concordium-node/Cargo.toml +++ b/concordium-node/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium_node" -version = "11.2.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' +version = "11.2.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs' description = "Concordium Node" authors = ["Concordium "] exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]