diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b98f0b1..81c61ff2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ Changelog --- +## v0.14.8 (Sep 11, 2021) + +* Expose data source creation in the VM implementation for public use + ## v0.14.7 (Sep 9, 2021) * Expose VM implementation as a publicly consumable library diff --git a/Makefile b/Makefile index 12531a3b..8a621ae6 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include Makefile.tools -VERSION := 0.14.7 +VERSION := 0.14.8 SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev) GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//') FMT_OPTIONS := -x '**/testdata' -x site/themes -t jsonnet -t json -t yaml