Skip to content

Commit

Permalink
Bump version for release.
Browse files Browse the repository at this point in the history
  • Loading branch information
abizjak committed Feb 7, 2024
1 parent 87e971f commit 6a79a56
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "concordium-rust-sdk"
version = "4.0.0"
version = "4.1.0"
authors = ["Concordium <developers@concordium.com>"]
edition = "2021"
rust-version = "1.67"
Expand Down

0 comments on commit 6a79a56

Please sign in to comment.