Skip to content

Commit 85681d4

Browse files
committed
v1.28.0
1 parent 0b03b36 commit 85681d4

2 files changed

Lines changed: 16 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
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

gomega_dsl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

2727
const nilGomegaPanic = `You are trying to make an assertion, but haven't registered Gomega's fail handler.
2828
If you're using Ginkgo then you probably forgot to put your assertion in an It().

0 commit comments

Comments
 (0)