Skip to content

Commit

Permalink
v2.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Nov 21, 2024
1 parent 0fcaa08 commit 9e2f337
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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


Expand Down
2 changes: 1 addition & 1 deletion types/version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package types

const VERSION = "2.21.0"
const VERSION = "2.22.0"

0 comments on commit 9e2f337

Please sign in to comment.