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" )