diff --git a/.changelog/758.internal.md b/.changelog/758.internal.md deleted file mode 100644 index a826191df..000000000 --- a/.changelog/758.internal.md +++ /dev/null @@ -1 +0,0 @@ -internal: update codeowners diff --git a/.changelog/764.feature.md b/.changelog/764.feature.md deleted file mode 100644 index c0a7a4a2e..000000000 --- a/.changelog/764.feature.md +++ /dev/null @@ -1 +0,0 @@ -api/consensus: support filtering blocks by proposer diff --git a/.changelog/797.bugfix.md b/.changelog/797.bugfix.md deleted file mode 100644 index 240957d39..000000000 --- a/.changelog/797.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -api: add 2021 testnet constructor diff --git a/.changelog/802.bugfix.md b/.changelog/802.bugfix.md deleted file mode 100644 index 5fe9864f0..000000000 --- a/.changelog/802.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -api: update consensus/tx rel filter diff --git a/.punch_version.py b/.punch_version.py index 972bfbd1b..622ba1fad 100644 --- a/.punch_version.py +++ b/.punch_version.py @@ -1,3 +1,3 @@ major = 0 minor = 4 -patch = 1 +patch = 2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 60be31019..9a59a24d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,30 @@ The format is inspired by [Keep a Changelog]. +## 0.4.2 (2024-11-22) + +### Bug Fixes and Improvements + +- api: update consensus/tx rel filter + ([#802](https://github.com/oasisprotocol/nexus/issues/802)) + +## 0.4.2 (2024-11-21) + +### Features + +- api/consensus: support filtering blocks by proposer + ([#764](https://github.com/oasisprotocol/nexus/issues/764)) + +### Bug Fixes and Improvements + +- api: add 2021 testnet constructor + ([#797](https://github.com/oasisprotocol/nexus/issues/797)) + +### Internal Changes + +- internal: update codeowners + ([#758](https://github.com/oasisprotocol/nexus/issues/758)) + ## 0.4.1 (2024-10-25) ### Features