Skip to content

Commit

Permalink
Merge pull request #2204 from CosmWasm/co/add-note-to-cost-fn
Browse files Browse the repository at this point in the history
Merge 2.1.2 and 2.1.3 release changes
  • Loading branch information
chipshort authored Aug 12, 2024
2 parents d1de10f + ac0579f commit b8f7c9e
Show file tree
Hide file tree
Showing 27 changed files with 162 additions and 128 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,19 @@ and this project adheres to

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

## [2.1.3] - 2024-08-08

### Fixed

- cosmwasm-vm: Problem with caching related to CWA-2024-004. Please upgrade
directly to this version instead of the previous one.

## [2.1.2] - 2024-08-08

### Fixed

- cosmwasm-vm: Fix CWA-2024-004

## [2.1.1] - 2024-07-30

### Fixed
Expand Down Expand Up @@ -908,7 +921,9 @@ The CHANGELOG for versions before 1.0.0 was moved to

<!-- next-url -->

[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.1...HEAD
[unreleased]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.3...HEAD
[2.1.3]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.2...v2.1.3
[2.1.2]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.1...v2.1.2
[2.1.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.1.0...v2.1.1
[2.1.0]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.1...v2.1.0
[2.0.1]: https://github.com/CosmWasm/cosmwasm/compare/v2.0.0...v2.0.1
Expand Down
16 changes: 8 additions & 8 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ exclude = ["contracts"]
resolver = "2"

[workspace.package]
version = "2.1.1"
version = "2.1.3"

[workspace.dependencies]
schemars = "0.8.4"
Expand Down
14 changes: 7 additions & 7 deletions contracts/burner/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions contracts/crypto-verify/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions contracts/cyberpunk/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 7 additions & 7 deletions contracts/empty/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit b8f7c9e

Please sign in to comment.