Skip to content

Commit 9e2f337

Browse files
committed
v2.22.0
1 parent 0fcaa08 commit 9e2f337

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 2.22.0
2+
3+
### Features
4+
- Add label to serial nodes [0fcaa08]
5+
6+
This allows serial tests to be filtered using the `label-filter`
7+
8+
### Maintenance
9+
Various doc fixes
10+
111
## 2.21.0
212

313

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.21.0"
3+
const VERSION = "2.22.0"

0 commit comments

Comments
 (0)