release: merge release branch changes back to main (#1079)

* release: update CHANGELOG (#1078)

* add unreleased section to changelog
This commit is contained in:
Daniel Burckhardt 2022-05-09 13:40:12 +02:00 committed by GitHub
parent 93d15db4d0
commit e856bf57d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -38,6 +38,8 @@ Ref: https://keepachangelog.com/en/1.0.0/
## Unreleased
## [v0.15.0] - 2022-05-09
### State Machine Breaking
* (ante) [tharsis#1060](https://github.com/tharsis/ethermint/pull/1060) Check `EnableCreate`/`EnableCall` in `AnteHandler` to short-circuit EVM transactions.