From 1ed6486197ba2a007858c59bdc4d1522631025d5 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Tue, 15 Feb 2022 09:56:24 -0700 Subject: [PATCH] v2.1.3 --- CHANGELOG.md | 7 +++++++ types/version.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 867faba65..ba938a450 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 2.1.3 + +See [https://onsi.github.io/ginkgo/MIGRATING_TO_V2](https://onsi.github.io/ginkgo/MIGRATING_TO_V2) for details on V2. + +### Fixes +- Calling By in a container node now emits a useful error. [ff12cee] + ## 2.1.2 ### Fixes diff --git a/types/version.go b/types/version.go index 723d9233a..74261450b 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.1.2" +const VERSION = "2.1.3"