Skip to content

Commit

Permalink
changelog: Assemble changes for 22.2.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
kostko committed Feb 6, 2023
1 parent 148f21e commit 66094ac
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 8 deletions.
7 changes: 0 additions & 7 deletions .changelog/5161.bugfix.md

This file was deleted.

2 changes: 1 addition & 1 deletion .punch_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
year = '22'
minor = 2
micro = 5
micro = 6
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,25 @@ The format is inspired by [Keep a Changelog].

<!-- TOWNCRIER -->

## 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 |
Expand Down

0 comments on commit 66094ac

Please sign in to comment.