From 209c3afc2ac6d8245f4f158d3f13dfd97cd15c0a Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Thu, 1 Nov 2018 09:13:06 -0600 Subject: [PATCH] Bump to v0.4.0 --- CHANGELOG.md | 8 ++++++++ main.go | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fb65324..244978c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # TempGopher Changelog +## 0.4.0 + +Release 2018-11-01 + +* Enable/disable heating or cooling via UI +* Improved unit tests! +* Fixed bug where updating/clearing changes would cause multiple refreshes in a row [#17](https://gitlab.com/shouptech/tempgopher/issues/17) + ## 0.3.1 Release: 2018-10-24 diff --git a/main.go b/main.go index 71a62ba..fd1dad9 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) // Version is the current code version of tempgopher -const Version = "0.4.0-dev" +const Version = "0.4.0" func main() { var args struct {