diff --git a/.changelog/4867.bugfix.md b/.changelog/4867.bugfix.md deleted file mode 100644 index 5473278139b..00000000000 --- a/.changelog/4867.bugfix.md +++ /dev/null @@ -1,4 +0,0 @@ -go/runtime/host: correct clone3 version threshold - -The threshold was too low and older kernels were mistakenly asked to resolve -'clone3.' diff --git a/.punch_version.py b/.punch_version.py index 20dfd444455..abcd06d9618 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 1 -micro = 9 +micro = 10 diff --git a/CHANGELOG.md b/CHANGELOG.md index e300484868b..c3d28a99387 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ The format is inspired by [Keep a Changelog]. +## 22.1.10 (2022-07-28) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 6.0.0 | +| Runtime Host | 5.0.0 | +| Runtime Committee | 4.0.0 | + +### Bug Fixes + +- go/runtime/host: correct clone3 version threshold + ([#4867](https://github.com/oasisprotocol/oasis-core/issues/4867)) + + The threshold was too low and older kernels were mistakenly asked to resolve + 'clone3.' + ## 22.1.9 (2022-07-26) | Protocol | Version |