Skip to content

Commit 084bfa8

Browse files
committed
v1.16.2
1 parent 5fbcace commit 084bfa8

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.16.2
2+
3+
### Fixes
4+
- Deprecations can be suppressed by setting an `ACK_GINKGO_DEPRECATIONS=<semver>` environment variable.
5+
16
## 1.16.1
27

38
### Fixes

config/config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import (
2020
"fmt"
2121
)
2222

23-
const VERSION = "1.16.1"
23+
const VERSION = "1.16.2"
2424

2525
type GinkgoConfigType struct {
2626
RandomSeed int64

0 commit comments

Comments
 (0)