From 6a79a568726e54e1a60076dc498e88c874270ecf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ale=C5=A1=20Bizjak?= Date: Wed, 7 Feb 2024 09:13:41 +0100 Subject: [PATCH] Bump version for release. --- CHANGELOG.md | 4 +++- Cargo.toml | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0972f504..e24dbe603 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,9 @@ ## 4.1.0 - Add `ContractInitBuilder` for more ergonomic initialization of new smart - contract instances. + contract instances with automatic NRG cost estimation. +- Add `ModuleDeployBuilder` for more ergonomic deployment of contract modules + with automatic dry run and validation. ## 4.0.0 diff --git a/Cargo.toml b/Cargo.toml index 60a3d6d93..10728fbff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "concordium-rust-sdk" -version = "4.0.0" +version = "4.1.0" authors = ["Concordium "] edition = "2021" rust-version = "1.67"