Skip to content

Commit

Permalink
update changelog, up version
Browse files Browse the repository at this point in the history
  • Loading branch information
gotwarlost committed Mar 31, 2021
1 parent 05e4c38 commit 5799263
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
Changelog
---

## v0.14.2 (Mar 31, 2021)

* Add ability to inherit the qbec shell environment when processing data sources.

## v0.14.1 (Mar 2, 2021)

There are no changes in this release. The previous release used a jsonnet version
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.14.1
VERSION := 0.14.2
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')

Expand Down

0 comments on commit 5799263

Please sign in to comment.