Skip to content

Commit b5d5f70

Browse files
committed
chore: Release
1 parent f70914f commit b5d5f70

File tree

20 files changed

+94
-91
lines changed

20 files changed

+94
-91
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.0.7] - 2024-09-23
12+
1113
### Fixed
1214

1315
- cosmwasm-vm: Fix CWA-2024-007 and CWA-2024-008.
@@ -835,7 +837,8 @@ The CHANGELOG for versions before 1.0.0 was moved to
835837

836838
<!-- next-url -->
837839

838-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.6...HEAD
840+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.7...HEAD
841+
[2.0.7]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.6...v2.0.7
839842
[2.0.6]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.5...v2.0.6
840843
[2.0.5]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.4...v2.0.5
841844
[2.0.4]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.3...v2.0.4

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.

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.0.6"
10+
version = "2.0.7"
1111

1212
[workspace.metadata.release]
1313
shared-version = true

contracts/burner/Cargo.lock

Lines changed: 6 additions & 6 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: 6 additions & 6 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: 6 additions & 6 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: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

contracts/floaty/Cargo.lock

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

0 commit comments

Comments
 (0)