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 |