From a70c9dd40213bba4d82a9370252e1a5da0390f51 Mon Sep 17 00:00:00 2001 From: Michael Burt Date: Mon, 2 Dec 2024 11:30:06 -0700 Subject: [PATCH] update changelog, up version --- CHANGELOG.md | 9 +++++++++ Makefile | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 37b8e28..7caf727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog --- +## v0.16.3 (Dec 2, 2024) + +* update release documentation +* update various dependencies to address security vulnerabilities + +## v0.16.2 (Nov 26, 2024) + +* Fix Release configuration + ## v0.16.1 (Nov 26, 2024) * Fix typo in model.md: diff --git a/Makefile b/Makefile index 3338361..525911a 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ include Makefile.tools -VERSION := 0.16.2 +VERSION := 0.16.3 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 -x '.vscode/*' -x dist -t jsonnet -t json -t yaml