Skip to content

Commit

Permalink
v2.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
onsi committed Mar 18, 2024
1 parent 3a6097a commit 75ad73b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,14 @@
## 2.17.0

### Features

- add `--github-output` for nicer output in github actions [e8a2056]

### Maintenance

- fix typo in core_dsl.go [977bc6f]
- Fix typo in docs [e297e7b]

## 2.16.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion types/version.go
@@ -1,3 +1,3 @@
package types

const VERSION = "2.16.0"
const VERSION = "2.17.0"

0 comments on commit 75ad73b

Please sign in to comment.