From 7754bdcc2870c58dc492cd9367df149fd7567dfc Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Wed, 19 May 2021 19:22:35 +0200 Subject: [PATCH] bumping new version v1.6.2 updating CHANGELOG --- CHANGELOG.md | 9 ++++++++- src/webserver.go | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c20fad5..71376fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [1.6.2] - 2021-05-19 + +### Changed +- bump github.com/lib/pq from 1.10.1 to 1.10.2 (#59 by dependabot) +- bump various workflow versions (#52, #53, #54, #55, #56 and #57 by dependabot) + ## [1.6.1] - 2021-05-10 ### Changed @@ -173,7 +179,8 @@ ## [1.0.0] - 2021-02-15 -[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.6.1...HEAD +[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.6.2...HEAD +[1.6.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.6.1...v1.6.2 [1.6.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.6.0...v1.6.1 [1.6.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.5.0...v1.6.0 [1.5.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.9...v1.5.0 diff --git a/src/webserver.go b/src/webserver.go index 8b83ffc..dd8fe2b 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.6.1" +var apiVersion = "1.6.2" // defining db var var db *sql.DB