You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

31 lines
607 B

  1. # Unreleased Changes
  2. Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos).
  3. ## vX.X
  4. Month, DD, YYYY
  5. Special thanks to external contributors on this release:
  6. ### BREAKING CHANGES
  7. - CLI/RPC/Config
  8. - Apps
  9. - P2P Protocol
  10. - Go API
  11. - Blockchain Protocol
  12. ### FEATURES
  13. ### IMPROVEMENTS
  14. ### BUG FIXES
  15. - [light] \#7640 Light Client: fix absence proof verification (@ashcherbakov)
  16. - [light] \#7641 Light Client: fix querying against the latest height (@ashcherbakov)
  17. - [cli] [#7837](https://github.com/tendermint/tendermint/pull/7837) fix app hash in state rollback. (@yihuang)