Skip to content

Commit

Permalink
update changelog, up version
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-burt committed Dec 2, 2024
1 parent 93337d0 commit a70c9dd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a70c9dd

Please sign in to comment.