Changelog and compatibility map update (#637)

* Changelog + compatibility update

* Review feedback
This commit is contained in:
Alexander Peters
2021-10-08 17:06:48 +02:00
committed by GitHub
parent bc7a52260d
commit dcb042550f
2 changed files with 23 additions and 2 deletions

View File

@@ -2,12 +2,31 @@
## [Unreleased](https://github.com/CosmWasm/wasmd/tree/HEAD)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.19.0...HEAD)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.20.0...HEAD)
## [v0.20.0](https://github.com/CosmWasm/wasmd/tree/v0.20.0) (2021-10-08)
[Full Changelog](https://github.com/CosmWasm/wasmd/compare/v0.20.0...v0.19.0)
**Fixed bugs:**
- Add capabilities to begin block [\#626](https://github.com/CosmWasm/wasmd/pull/626)
**Api Breaking:**
- Update to wasmvm 1.0.0-soon2 [\#624](https://github.com/CosmWasm/wasmd/issues/624)
**Implemented Enhancements:**
- Upgrade Cosmos-sdk v0.42.10 [\#627](https://github.com/CosmWasm/wasmd/pull/627) ([alpe](https://github.com/alpe))
- Add transaction index implemented as counter [\#601](https://github.com/CosmWasm/wasmd/issues/601)
- Fix inconsistent return of `contractAddress` from `keeper/init()`? [\#616](https://github.com/CosmWasm/wasmd/issues/616)
- Query pinned wasm codes [\#596](https://github.com/CosmWasm/wasmd/issues/596)
- Doc IBC Events [\#593](https://github.com/CosmWasm/wasmd/issues/593)
- Allow contract Info query from the contract [\#584](https://github.com/CosmWasm/wasmd/issues/584)
- Revisit reply gas costs for submessages. [\#450](https://github.com/CosmWasm/wasmd/issues/450)
- Benchmarks for gas pricing [\#634](https://github.com/CosmWasm/wasmd/pull/634)
- Treat all contracts as pinned for gas costs in reply [\#630](https://github.com/CosmWasm/wasmd/pull/630)
- Bump github.com/spf13/viper from 1.8.1 to 1.9.0 [\#615](https://github.com/CosmWasm/wasmd/pull/615)
## [v0.19.0](https://github.com/CosmWasm/wasmd/tree/v0.19.0) (2021-09-15)

View File

@@ -25,6 +25,8 @@ compatibility list:
| wasmd | cosmwasm-vm | cosmwasm-std |
| ----- | ----------- | ------------ |
| 0.20 | 1.0.0-beta | 1.0.0-beta |
| 0.19 | 0.16 | 0.16 |
| 0.18 | 0.16 | 0.16 |
| 0.17 | 0.14 | 0.14 |
| 0.16 | 0.14 | 0.14 |