diff --git a/.changelog/5161.bugfix.md b/.changelog/5161.bugfix.md deleted file mode 100644 index 0d8fd6c9bd6..00000000000 --- a/.changelog/5161.bugfix.md +++ /dev/null @@ -1,7 +0,0 @@ -go/worker/compute: Do not drop valid proposals - -Previously valid proposals could be dropped instead of being forwarded -via the P2P gossip when the local node's consensus view was slightly -behind even though the proposal was valid. With smaller committees and -certain topologies this could result in some nodes not getting the -proposals. diff --git a/.punch_version.py b/.punch_version.py index 7911e347dc3..dcd8a017e60 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 2 -micro = 5 +micro = 6 diff --git a/CHANGELOG.md b/CHANGELOG.md index 48417bdce2b..808e61b0d85 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,25 @@ The format is inspired by [Keep a Changelog]. +## 22.2.6 (2023-02-06) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 6.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 4.0.0 | + +### Bug Fixes + +- go/worker/compute: Do not drop valid proposals + ([#5161](https://github.com/oasisprotocol/oasis-core/issues/5161)) + + Previously valid proposals could be dropped instead of being forwarded + via the P2P gossip when the local node's consensus view was slightly + behind even though the proposal was valid. With smaller committees and + certain topologies this could result in some nodes not getting the + proposals. + ## 22.2.5 (2023-01-21) | Protocol | Version |