From 2107a7a3afcdea40d8f80b348909c027fceab4ce Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Wed, 24 Oct 2018 09:50:36 -0600 Subject: [PATCH] Bump to version 0.3.1 --- CHANGELOG.md | 7 +++++++ main.go | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f49561..fb65324 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # TempGopher Changelog +## 0.3.1 + +Release: 2018-10-24 + +* Fixes bug where UI would not display two sensors correctly [#15](https://gitlab.com/shouptech/tempgopher/issues/15) +* Fixes a typo during the CLI configuration [#14](https://gitlab.com/shouptech/tempgopher/issues/14) + ## 0.3.0 Release: 2018-10-20 diff --git a/main.go b/main.go index 1b88920..5199040 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) // Version is the current code version of tempgopher -const Version = "0.3.1-dev" +const Version = "0.3.1" func main() { var args struct {