From e1fb000264ab739aff2a267221d49d4bebe81783 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Fri, 17 Feb 2023 13:01:13 -0700 Subject: [PATCH] v1.27.1 --- CHANGELOG.md | 6 ++++++ gomega_dsl.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aaa51dfff..99ea94078 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 1.27.1 + +### Maintenance + +- Bump golang.org/x/net from 0.6.0 to 0.7.0 (#640) [bc686cd] + ## 1.27.0 ### Features diff --git a/gomega_dsl.go b/gomega_dsl.go index d56a892bb..4405c0682 100644 --- a/gomega_dsl.go +++ b/gomega_dsl.go @@ -22,7 +22,7 @@ import ( "github.com/onsi/gomega/types" ) -const GOMEGA_VERSION = "1.27.0" +const GOMEGA_VERSION = "1.27.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().