Skip to content

Commit b8f7c9e

Browse files
authored
Merge pull request #2204 from CosmWasm/co/add-note-to-cost-fn
Merge 2.1.2 and 2.1.3 release changes
2 parents d1de10f + ac0579f commit b8f7c9e

File tree

27 files changed

+162
-128
lines changed

27 files changed

+162
-128
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,19 @@ and this project adheres to
3232

3333
[#2118]: https://github.com/CosmWasm/cosmwasm/pull/2118
3434

35+
## [2.1.3] - 2024-08-08
36+
37+
### Fixed
38+
39+
- cosmwasm-vm: Problem with caching related to CWA-2024-004. Please upgrade
40+
directly to this version instead of the previous one.
41+
42+
## [2.1.2] - 2024-08-08
43+
44+
### Fixed
45+
46+
- cosmwasm-vm: Fix CWA-2024-004
47+
3548
## [2.1.1] - 2024-07-30
3649

3750
### Fixed
@@ -908,7 +921,9 @@ The CHANGELOG for versions before 1.0.0 was moved to
908921

909922
<!-- next-url -->
910923

911-
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.1...HEAD
924+
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...HEAD
925+
[2.1.3]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.2...v2.1.3
926+
[2.1.2]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.1...v2.1.2
912927
[2.1.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.0...v2.1.1
913928
[2.1.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.1...v2.1.0
914929
[2.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0...v2.0.1

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.1"
10+
version = "2.1.3"
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)