From 60fde42d7058f0f52182e3bc7a4a5ce84a82e68b Mon Sep 17 00:00:00 2001 From: Sean Malloy Date: Thu, 27 Feb 2020 15:39:35 -0600 Subject: [PATCH] chore: release v0.1.4 --- CHANGELOG.md | 13 ++++++++++++- version/version.go | 2 +- 2 files changed, 13 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f113db58..5842500a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,15 @@ -## v0.1.4 (Unreleased) +## v0.1.4 (February 27, 2020) +FEATURES: +* N/A + +CHANGES: +* Cleanup unit tests [GH-296](https://github.com/KohlsTechnology/eunomia/pull/296) + +BUG FIXES: +* Add git branch and tag check to GitHub webhook [GH-293](https://github.com/KohlsTechnology/eunomia/pull/293) +* Use fully qualified k8s kind names [GH-302](https://github.com/KohlsTechnology/eunomia/pull/302) +* Fix issues with managing k8s namespaces [GH-302](https://github.com/KohlsTechnology/eunomia/pull/302) +* Allow empty template source directory [GH-301](https://github.com/KohlsTechnology/eunomia/pull/301) ## v0.1.3 (February 17, 2020) FEATURES: diff --git a/version/version.go b/version/version.go index ded9bd35..7f956369 100644 --- a/version/version.go +++ b/version/version.go @@ -21,5 +21,5 @@ var ( Branch string BuildDate string GitSHA1 string - Version = "v0.1.4-dev" + Version = "v0.1.4" )