diff --git a/CHANGELOG.md b/CHANGELOG.md index e0688be3b..76577dc78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 2.19.0 + +### Features + +[Label Sets](https://onsi.github.io/ginkgo/#label-sets) allow for more expressive and flexible label filtering. + ## 2.18.0 ### Features diff --git a/types/version.go b/types/version.go index cd9945415..acab03492 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.18.0" +const VERSION = "2.19.0"