diff --git a/CHANGELOG.md b/CHANGELOG.md index 2eda330f2..94333b0e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/cosmos). +## v0.35.0-rc3 + +October 6, 2021 + +### FEATURES + +- [mempool, rpc] \#7065 add removetx rpc method (backport of #7047) (@tychoish). + +### BUG FIXES + +- [consensus]: [\#7060](https://github.com/tendermint/tendermint/pull/7060) + wait until peerUpdates channel is closed to close remaining peers (@williambanfield) + ## v0.35.0-rc2 September 27, 2021 diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index e75673239..56efd763b 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -22,8 +22,6 @@ Special thanks to external contributors on this release: ### FEATURES -- [mempool, rpc] \#7041 Add removeTx operation to the RPC layer. (@tychoish) - ### IMPROVEMENTS ### BUG FIXES