diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..ff48705 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,16 @@ +# TempGopher Changelog + +## 0.1.0 + +Released: 2018-10-04 + +* Added single page Web UI, packaged into app +* Moved to GitLab, uses GitLab CI to run builds + +## 0.0.1 + +Released: 2018-10-02 + +* Initial Release +* API only +* Supports multiple thermostats diff --git a/main.go b/main.go index 02bf01d..bd4be31 100644 --- a/main.go +++ b/main.go @@ -8,7 +8,7 @@ import ( ) // Version is the current code version of tempgopher -const Version = "0.1.0-dev" +const Version = "0.1.0" func main() { var args struct {