diff --git a/.changelog/5193.internal.md b/.changelog/5193.internal.md deleted file mode 100644 index 439378d1a18..00000000000 --- a/.changelog/5193.internal.md +++ /dev/null @@ -1,4 +0,0 @@ -oasis-net-runner: add some useful configuration options - -Adds support for disabling debug test entity, configuring epochtime interval -and governance parameters to the `oasis-net-runner` default fixture. diff --git a/.changelog/5200.feature.md b/.changelog/5200.feature.md deleted file mode 100644 index 86c21edf85b..00000000000 --- a/.changelog/5200.feature.md +++ /dev/null @@ -1 +0,0 @@ -Move halt epoch from genesis to node-local configuration diff --git a/.punch_version.py b/.punch_version.py index dcd8a017e60..08a4bf99257 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '22' minor = 2 -micro = 6 +micro = 7 diff --git a/CHANGELOG.md b/CHANGELOG.md index 808e61b0d85..d2fad5c9c38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,27 @@ The format is inspired by [Keep a Changelog]. +## 22.2.7 (2023-03-02) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 6.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 4.0.0 | + +### Features + +- Move halt epoch from genesis to node-local configuration + ([#5200](https://github.com/oasisprotocol/oasis-core/issues/5200)) + +### Internal Changes + +- oasis-net-runner: add some useful configuration options + ([#5193](https://github.com/oasisprotocol/oasis-core/issues/5193)) + + Adds support for disabling debug test entity, configuring epochtime interval + and governance parameters to the `oasis-net-runner` default fixture. + ## 22.2.6 (2023-02-06) | Protocol | Version |