From 75baad7fd63d0fdb9ff928457b5098f6d8fe5d32 Mon Sep 17 00:00:00 2001 From: Andrew Low Date: Thu, 21 Mar 2024 21:55:19 -0400 Subject: [PATCH] changelog for release --- .changelog/660.internal.md | 5 ----- .changelog/661.bugfix.md | 1 - CHANGELOG.md | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 .changelog/660.internal.md delete mode 100644 .changelog/661.bugfix.md diff --git a/.changelog/660.internal.md b/.changelog/660.internal.md deleted file mode 100644 index 29acfbbda..000000000 --- a/.changelog/660.internal.md +++ /dev/null @@ -1,5 +0,0 @@ -Fast CI on "assemble release" PRs - -The special PRs that just assemble the changelog fragments to prepare -a release no longer need to undergo full CI, allowing us to cut -releases quickly if needed. diff --git a/.changelog/661.bugfix.md b/.changelog/661.bugfix.md deleted file mode 100644 index 25c21e85b..000000000 --- a/.changelog/661.bugfix.md +++ /dev/null @@ -1 +0,0 @@ -analyzer/consensus: add all known consensus tx body types; add serde helpers diff --git a/CHANGELOG.md b/CHANGELOG.md index 40d5e0e1e..b5d323f05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,22 @@ The format is inspired by [Keep a Changelog]. +## v0.2.11 (2024-03-21) + +### Bug Fixes and Improvements + +- analyzer/consensus: add all known consensus tx body types; add serde helpers + ([#661](https://github.com/oasisprotocol/nexus/issues/661)) + +### Internal Changes + +- Fast CI on "assemble release" PRs + ([#660](https://github.com/oasisprotocol/nexus/issues/660)) + + The special PRs that just assemble the changelog fragments to prepare + a release no longer need to undergo full CI, allowing us to cut + releases quickly if needed. + ## 0.2.10 (2024-03-12) Highlights of this release include: