diff --git a/.changelog/6032.bugfix.md b/.changelog/6032.bugfix.md deleted file mode 100644 index b63223526ff..00000000000 --- a/.changelog/6032.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -Bump CometBFT to 0.37.15-oasis1 diff --git a/.punch_version.py b/.punch_version.py index 12a01122514..709f757187a 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ year = '24' minor = 3 -micro = 1 +micro = 2 diff --git a/CHANGELOG.md b/CHANGELOG.md index d8047a323ac..0724b1d95be 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,19 @@ The format is inspired by [Keep a Changelog]. +## 24.3.2 (2025-02-03) + +| Protocol | Version | +|:------------------|:---------:| +| Consensus | 7.0.0 | +| Runtime Host | 5.1.0 | +| Runtime Committee | 5.0.0 | + +### Bug Fixes + +- Bump CometBFT to 0.37.15-oasis1 + ([#6032](https://github.com/oasisprotocol/oasis-core/issues/6032)) + ## 24.3.1 (2024-11-29) | Protocol | Version |