From 3bf78312adf914a64c40662a096baa6cf85824d8 Mon Sep 17 00:00:00 2001 From: Andrew Low Date: Thu, 21 Nov 2024 12:57:15 -0800 Subject: [PATCH] release v0.4.2 add 802 to the release gitlintgitlint --- .changelog/758.internal.md | 1 - .changelog/764.feature.md | 1 - .changelog/797.bugfix.md | 1 - .changelog/802.bugfix.md | 1 - .punch_version.py | 2 +- CHANGELOG.md | 24 ++++++++++++++++++++++++ 6 files changed, 25 insertions(+), 5 deletions(-) delete mode 100644 .changelog/758.internal.md delete mode 100644 .changelog/764.feature.md delete mode 100644 .changelog/797.bugfix.md delete mode 100644 .changelog/802.bugfix.md 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