File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## 1.28.0
2+
3+ ### Features
4+ - Add VerifyHost handler to ghttp (#698 ) [ 0b03b36]
5+
6+ ### Fixes
7+ - Read Body for Newer Responses in HaveHTTPBodyMatcher (#686 ) [ 18d6673]
8+
9+ ### Maintenance
10+ - Bump github.com/onsi/ginkgo/v2 from 2.11.0 to 2.12.0 (#693 ) [ 55a33f3]
11+ - Typo in matchers.go (#691 ) [ de68e8f]
12+ - Bump commonmarker from 0.23.9 to 0.23.10 in /docs (#690 ) [ ab17f5e]
13+ - chore: update test matrix for Go 1.21 (#689 ) [ 5069017]
14+ - Bump golang.org/x/net from 0.12.0 to 0.14.0 (#688 ) [ babe25f]
15+
116## 1.27.10
217
318### Fixes
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ import (
2222 "github.com/onsi/gomega/types"
2323)
2424
25- const GOMEGA_VERSION = "1.27.10 "
25+ const GOMEGA_VERSION = "1.28.0 "
2626
2727const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2828If you're using Ginkgo then you probably forgot to put your assertion in an It().
You can’t perform that action at this time.
0 commit comments