From 75ad73b7ed8b0a8a0ee2528619135c0c5b70fc23 Mon Sep 17 00:00:00 2001 From: Onsi Fakhouri Date: Mon, 18 Mar 2024 09:22:30 -0600 Subject: [PATCH] v2.17.0 --- CHANGELOG.md | 11 +++++++++++ types/version.go | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b79ee9c5a..57992854b 100644 --- a/CHANGELOG.md +++ b/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 diff --git a/types/version.go b/types/version.go index 675f8db2f..ccd6516fa 100644 --- a/types/version.go +++ b/types/version.go @@ -1,3 +1,3 @@ package types -const VERSION = "2.16.0" +const VERSION = "2.17.0"