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"