diff --git a/.changelog/5224.internal.md b/.changelog/5224.internal.md deleted file mode 100644 index 322d660c18f..00000000000 --- a/.changelog/5224.internal.md +++ /dev/null @@ -1 +0,0 @@ -docker: Switch to ghcr.io for container registry diff --git a/.changelog/5248.bugfix.md b/.changelog/5248.bugfix.md deleted file mode 100644 index ab3b2a78d04..00000000000 --- a/.changelog/5248.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -go/worker/client: Also treat literal latest round as latest diff --git a/.punch_version.py b/.punch_version.py index 08a4bf99257..5512c2d3b76 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 2 -micro = 7 +micro = 8 diff --git a/CHANGELOG.md b/CHANGELOG.md index d2fad5c9c38..fd9c3f81340 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,24 @@ The format is inspired by [Keep a Changelog]. +## 22.2.8 (2023-04-20) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 6.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 4.0.0 | + +### Bug Fixes + +- go/worker/client: Also treat literal latest round as latest + ([#5248](https://github.com/oasisprotocol/oasis-core/issues/5248)) + +### Internal Changes + +- docker: Switch to ghcr.io for container registry + ([#5224](https://github.com/oasisprotocol/oasis-core/issues/5224)) + ## 22.2.7 (2023-03-02) | Protocol | Version |