From 9e2f337b10cf4973bbc9ae4aeac5a3a334c3571a Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Wed, 20 Nov 2024 18:19:21 -0700 Subject: [PATCH] v2.22.0 --- CHANGELOG.md | 10 ++++++++++ types/version.go | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3011efb57..fd6e070c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 2.22.0 + +### Features +- Add label to serial nodes [0fcaa08] + +This allows serial tests to be filtered using the `label-filter` + +### Maintenance +Various doc fixes + ## 2.21.0 diff --git a/types/version.go b/types/version.go index caf3c9f5e..0b51c0b56 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.21.0" +const VERSION = "2.22.0"