From 654da5519d33fb577512db2967a5deb1d28d90e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tadej=20Jane=C5=BE?= Date: Tue, 30 Apr 2024 10:55:14 +0200 Subject: [PATCH] changelog: Assemble changes for 22.2.13 release --- .changelog/5622.bugfix.md | 4 ---- .punch_version.py | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 3 files changed, 17 insertions(+), 5 deletions(-) delete mode 100644 .changelog/5622.bugfix.md diff --git a/.changelog/5622.bugfix.md b/.changelog/5622.bugfix.md deleted file mode 100644 index 4c07632b858..00000000000 --- a/.changelog/5622.bugfix.md +++ /dev/null @@ -1,4 +0,0 @@ -go/archive: fix runtime queries on archive nodes - -Fixes storage worker initialization on archive nodes which was causing runtime -queries to fail. diff --git a/.punch_version.py b/.punch_version.py index ad4c1041a56..4734ec89998 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 2 -micro = 12 +micro = 13 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f03cfab184..8dc15ddbb76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ The format is inspired by [Keep a Changelog]. +## 22.2.13 (2024-04-30) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 6.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 4.0.0 | + +### Bug Fixes + +- go/archive: Fix runtime queries on archive nodes + ([#5622](https://github.com/oasisprotocol/oasis-core/issues/5622)) + + Fix storage worker initialization on archive nodes which was causing runtime + queries to fail. + ## 22.2.12 (2024-02-27) | Protocol | Version |