From f13c557b387ed5b7dddc3a29628ce3c2f1414439 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Sat, 20 Oct 2018 19:52:45 -0600 Subject: [PATCH] Bump to v0.3.0 --- CHANGELOG.md | 9 +++++++++ main.go | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 24cda98..8f49561 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # TempGopher Changelog +## 0.3.0 + +Release: 2018-10-20 + +* You can now supply a list of users for simple authentication +* Will write data to an Influx DB if configured +* Adds the ability to selectively disable heating or cooling +* Checks for the existence of a config file before generating a new one + ## 0.2.0 Release: 2018-10-11 diff --git a/main.go b/main.go index d6489fe..bbe2392 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) // Version is the current code version of tempgopher -const Version = "0.3.0-dev" +const Version = "0.3.0" func main() { var args struct {