Skip to content

Commit

Permalink
v1.12 changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
assafmo committed Oct 4, 2023
1 parent c300221 commit 0097f93
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

# 1.12.0 (WIP)

- Fix the hardcoded admins feature
- Add hardcoded admins according to proposals [269](https://dev.mintscan.io/secret/proposals/269) (Shillables) & [270](https://dev.mintscan.io/secret/proposals/270) (Sienna).
- Fix PFM drops packets of IBC contracts
- This bug was introduced in v1.9 and was missed because of a bug in our CI system
- The fix is to temporarily remove PFM from the CosmWasm IBC stack (For more info see https://github.com/cosmos/ibc-apps/pull/105)
- Add `admin` to `WasmMsg::Instantiate` in cosmwasm-std (Thanks [@luca992](https://github.com/luca992))
- This allows contracts to specify an admin address when instantiating other contracts

# 1.11.0

- Added ibc-hooks middleware by Osmosis.
Expand Down

0 comments on commit 0097f93

Please sign in to comment.