From 5e1988c7277794f18afffc0b7903d6b2ed063a48 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Thu, 27 Jan 2022 12:07:44 -0700 Subject: [PATCH] v2.1.1 --- CHANGELOG.md | 7 +++++++ types/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6ea36c93..64b5185ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.1.1 + +See [https://onsi.github.io/ginkgo/MIGRATING_TO_V2](https://onsi.github.io/ginkgo/MIGRATING_TO_V2) for details on V2. + +### Fixes +- Suites that only import the new dsl packages are now correctly identified as Ginkgo suites [ec17e17] + ## 2.1.0 See [https://onsi.github.io/ginkgo/MIGRATING_TO_V2](https://onsi.github.io/ginkgo/MIGRATING_TO_V2) for details on V2. diff --git a/types/version.go b/types/version.go index 810b72bd7..619c1c428 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.1.0" +const VERSION = "2.1.1"