Skip to content

Commit 49ba0bb

Browse files
authored
Merge pull request #1653 from Concordium/p11-locks-all-ops-devnet
Bump version in prep. for devnet
2 parents e724bd9 + 5b16e8d commit 49ba0bb

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased changes
44

5+
## 11.2.1 (Devnet)
6+
57
- Add support for the following "meta update" operations:
68
- `lockFund`: move protocol-level tokens from an account's available balance into a PLT Lock.
79
- `lockSend`: move protocol-level tokens from a PLT Lock to a recipient account's available balance.

concordium-node/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

concordium-node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "concordium_node"
3-
version = "11.2.0" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
3+
version = "11.2.1" # must be kept in sync with 'is_compatible_version' in 'src/configuration.rs'
44
description = "Concordium Node"
55
authors = ["Concordium <developers@concordium.com>"]
66
exclude = [".gitignore", ".gitlab-ci.yml", "test/**/*","**/**/.gitignore","**/**/.gitlab-ci.yml"]

0 commit comments

Comments
 (0)