From 8a8e62780bf7c58f655a79051e992d1a19881950 Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Thu, 20 Apr 2023 15:29:49 +0200 Subject: [PATCH] changelog: Assemble changes for 22.2.8 release --- .changelog/5224.internal.md | 1 - .changelog/5248.bugfix.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) delete mode 100644 .changelog/5224.internal.md delete mode 100644 .changelog/5248.bugfix.md 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 |