Skip to content

Commit 75ad73b

Browse files
committed
v2.17.0
1 parent 3a6097a commit 75ad73b

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## 2.17.0
2+
3+
### Features
4+
5+
- add `--github-output` for nicer output in github actions [e8a2056]
6+
7+
### Maintenance
8+
9+
- fix typo in core_dsl.go [977bc6f]
10+
- Fix typo in docs [e297e7b]
11+
112
## 2.16.0
213

314
### Features

types/version.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package types
22

3-
const VERSION = "2.16.0"
3+
const VERSION = "2.17.0"

0 commit comments

Comments
 (0)