Skip to content

Commit

Permalink
v1.16.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Apr 3, 2021
1 parent 5afe282 commit c10c6b6
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,16 @@
## 1.16.0

### Features
- Advertise Ginkgo 2.0. Introduce deprecations. [9ef1913]
- Update README.md to advertise that Ginkgo 2.0 is coming.
- Backport the 2.0 DeprecationTracker and start alerting users
about upcoming deprecations.

- Add slim-sprig template functions to bootstrap/generate (#775) [9162b86]

### Fixes
- Fix accidental reference to 1488 (#784) [9fb7fe4]

## 1.15.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion config/config.go
Expand Up @@ -20,7 +20,7 @@ import (
"fmt"
)

const VERSION = "1.15.2"
const VERSION = "1.16.0"

type GinkgoConfigType struct {
RandomSeed int64
Expand Down

0 comments on commit c10c6b6

Please sign in to comment.