From 38c0eb74da33c5ba26439bc45657f9fc6c025493 Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Mon, 3 May 2021 13:49:04 +0200 Subject: [PATCH] bumping new version v1.4.9 updating CHANGELOG --- CHANGELOG.md | 11 +++++++++-- src/webserver.go | 2 +- 2 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 57105f1..07912da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [1.4.9] - 2021-05-03 + +### Changed +- bump crazy-max/ghaction-docker-meta from v2.3.0 to v2.4.0 (#35 by dependabot) +- updating build workflow by removing if + ## [1.4.8] - 2021-04-22 ### Changed @@ -142,8 +148,9 @@ ## [1.0.0] - 2021-02-15 -[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.8...HEAD -[1.4.7]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.7...v1.4.8 +[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.9...HEAD +[1.4.9]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.8...v1.4.9 +[1.4.8]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.7...v1.4.8 [1.4.7]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.6...v1.4.7 [1.4.6]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.5...v1.4.6 [1.4.5]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.4...v1.4.5 diff --git a/src/webserver.go b/src/webserver.go index bf6862e..3259e60 100644 --- a/src/webserver.go +++ b/src/webserver.go @@ -16,7 +16,7 @@ import ( // setting TeslaMateApi version number // TODO: get the value from git-tag later.. -var apiVersion = "1.4.8" +var apiVersion = "1.4.9" // defining db var var db *sql.DB