Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermint).
### BREAKING CHANGES
- [evidence] [\#5610](https://github.com/tendermint/tendermint/issues/5610) Make it possible for abci evidence to be formed from tm evidence (@cmwaters)
- This makes breaking changes to `DuplicateVoteEvidence` and `LightClientAttackEvidence`
such that ABCI evidence can be reconstructed from these types, and is necessary for nodes
to successfully sync to block heights with recorded evidence
### IMPROVEMENTS
- [statesync] [\#5516](https://github.com/tendermint/tendermint/issues/5516) Check that all heights necessary to rebuild state for a snapshot exist before adding the snapshot to the pool. (@erikgrinaker)