bumping new version v1.4.2

updating CHANGELOG
This commit is contained in:
Tobias Lindberg
2021-03-31 09:57:49 +02:00
parent dfbc2e26f5
commit 050b405d14
2 changed files with 8 additions and 2 deletions

View File

@@ -2,6 +2,11 @@
## [Unreleased]
## [1.4.2] - 2021-03-31
### Changed
- bump crazy-max/ghaction-docker-meta from v2.1.0 to v2.1.1 (#24 by dependabot)
## [1.4.1] - 2021-03-30
### Changed
@@ -101,7 +106,8 @@
## [1.0.0] - 2021-02-15
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.1...HEAD
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.2...HEAD
[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
[1.4.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.3.1...v1.4.0
[1.3.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.3.0...v1.3.1

View File

@@ -16,7 +16,7 @@ import (
// setting TeslaMateApi version number
// TODO: get the value from git-tag later..
var apiVersion = "1.4.1"
var apiVersion = "1.4.2"
// defining db var
var db *sql.DB