From 8a658bb7156446ddd3f4c99b219fcac3e6154935 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Mon, 29 Apr 2024 20:51:18 -0600 Subject: [PATCH] v1.33.1 --- CHANGELOG.md | 8 ++++++++ gomega_dsl.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89230f19..62af14ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 1.33.1 + +### Fixes +- fix confusing eventually docs [3a66379] + +### Maintenance +- Bump github.com/onsi/ginkgo/v2 from 2.17.1 to 2.17.2 [e9bc35a] + ## 1.33.0 ### Features diff --git a/gomega_dsl.go b/gomega_dsl.go index 53a7066a..9697d513 100644 --- a/gomega_dsl.go +++ b/gomega_dsl.go @@ -22,7 +22,7 @@ import ( "github.com/onsi/gomega/types" ) -const GOMEGA_VERSION = "1.33.0" +const GOMEGA_VERSION = "1.33.1" const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler. If you're using Ginkgo then you probably forgot to put your assertion in an It().