Skip to content

Commit 6277553

Browse files
committed
chore: Release
1 parent 58a0f48 commit 6277553

File tree

23 files changed

+137
-142
lines changed

23 files changed

+137
-142
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to
88

99
## [Unreleased]
1010

11+
## [2.1.0] - 2024-07-11
12+
1113
### Fixed
1214

1315
- cosmwasm-std: Fix CWA-2024-002
@@ -870,7 +872,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
870872

871873
<!-- next-url -->
872874

873-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.1...HEAD
875+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.0...HEAD
876+
[2.1.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.1...v2.1.0
874877
[2.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0...v2.0.1
875878
[2.0.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.5.0...v2.0.0
876879
[1.5.0]: https://github.com/CosmWasm/cosmwasm/compare/v1.4.1...v1.5.0

Cargo.lock

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ exclude = ["contracts"]
77
resolver = "2"
88

99
[workspace.package]
10-
version = "2.1.0-rc.1"
10+
version = "2.1.0"
1111

1212
[workspace.dependencies]
1313
schemars = "0.8.4"

contracts/burner/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/crypto-verify/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/cyberpunk/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/empty/Cargo.lock

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)