diff --git a/CHANGELOG.md b/CHANGELOG.md index 17bb6ac..a044ca5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [1.4.4] - 2021-04-05 + +### Changed +- bump crazy-max/ghaction-docker-meta from v2.1.1 to v2.2.0 (#28 by dependabot) +- bump golang from 1.16.2 to 1.16.3 (#27 by dependabot) + ## [1.4.3] - 2021-04-01 ### Changed @@ -114,7 +120,8 @@ ## [1.0.0] - 2021-02-15 -[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.3...HEAD +[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.4...HEAD +[1.4.4]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.3...v1.4.4 [1.4.3]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.2...v1.4.3 [1.4.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.1...v1.4.2 [1.4.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.0...v1.4.1 diff --git a/src/webserver.go b/src/webserver.go index a4f48d5..2a25608 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.3" +var apiVersion = "1.4.4" // defining db var var db *sql.DB