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 Nov 26, 2024
1 parent 69ac796 commit c8328e7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
Changelog
---

## v0.16.0 (Sept 6, 2024)
## v0.16.1 (Nov 26, 2024)

* Fix typo in model.md:
* Fix Go Releaser build step

## v0.16.0 (Sep 6, 2024)

* Added support for helm as an external data source

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.0
VERSION := 0.16.1
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 c8328e7

Please sign in to comment.