From f0ca437e93d8d465f9f6f187091fa35796160813 Mon Sep 17 00:00:00 2001 From: Jernej Kos Date: Thu, 30 Nov 2023 12:05:50 +0100 Subject: [PATCH] changelog: Assemble changes for 23.0.9 release --- .changelog/5488.bugfix.md | 1 - .changelog/5491.trivial.md | 0 .changelog/5492.bugfix.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 16 ++++++++++++++++ 5 files changed, 17 insertions(+), 3 deletions(-) delete mode 100644 .changelog/5488.bugfix.md delete mode 100644 .changelog/5491.trivial.md delete mode 100644 .changelog/5492.bugfix.md diff --git a/.changelog/5488.bugfix.md b/.changelog/5488.bugfix.md deleted file mode 100644 index 51873aee162..00000000000 --- a/.changelog/5488.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -rhp: don't prepend 'failed to read response' to runtime module errors diff --git a/.changelog/5491.trivial.md b/.changelog/5491.trivial.md deleted file mode 100644 index e69de29bb2d..00000000000 diff --git a/.changelog/5492.bugfix.md b/.changelog/5492.bugfix.md deleted file mode 100644 index f53914c392f..00000000000 --- a/.changelog/5492.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -storage/checkpoints: Ignore i/o root in genesis checkpoint diff --git a/.punch_version.py b/.punch_version.py index 043af6900ca..35d8c934bb4 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '23' minor = 0 -micro = 8 +micro = 9 diff --git a/CHANGELOG.md b/CHANGELOG.md index 68f91216e2b..9356620c545 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ The format is inspired by [Keep a Changelog]. +## 23.0.9 (2023-11-30) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 7.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 5.0.0 | + +### Bug Fixes + +- rhp: don't prepend 'failed to read response' to runtime module errors + ([#5488](https://github.com/oasisprotocol/oasis-core/issues/5488)) + +- storage/checkpoints: Ignore i/o root in genesis checkpoint + ([#5492](https://github.com/oasisprotocol/oasis-core/issues/5492)) + ## 23.0.8 (2023-11-29) | Protocol | Version |