Skip to content

Commit 22a9feb

Browse files
v1.8.1
Co-authored-by: Marcela Campo <mcampo@pivotal.io>
1 parent 8ae7b2f commit 22a9feb

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.8.1
2+
3+
### Fixes
4+
- Fix unexpected MatchError() behaviour (#375) [8ae7b2f]
5+
16
## 1.8.0
27

38
### Features

gomega_dsl.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import (
2424
"github.com/onsi/gomega/types"
2525
)
2626

27-
const GOMEGA_VERSION = "1.8.0"
27+
const GOMEGA_VERSION = "1.8.1"
2828

2929
const nilFailHandlerPanic = `You are trying to make an assertion, but Gomega's fail handler is nil.
3030
If you're using Ginkgo then you probably forgot to put your assertion in an It().

0 commit comments

Comments
 (0)