Skip to content

Commit

Permalink
bumping new version v1.7.0
Browse files Browse the repository at this point in the history
updating CHANGELOG
  • Loading branch information
tobiasehlert committed May 20, 2021
1 parent cbe1f58 commit 5aec424
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,14 @@

## [Unreleased]

## [1.7.0] - 2021-05-20

### Added
- feature to resume/suspend logging of TeslaMate through TeslaMateApi (#34, #45 and #48 by @LelandSindt)

### Changed
- minor code adjustments based on go-staticcheck

## [1.6.2] - 2021-05-19

### Changed
Expand Down Expand Up @@ -179,7 +187,8 @@

## [1.0.0] - 2021-02-15

[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.6.2...HEAD
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.6.2...v1.7.0
[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
Expand Down
2 changes: 1 addition & 1 deletion src/webserver.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import (

// setting TeslaMateApi version number
// TODO: get the value from git-tag later..
var apiVersion = "1.6.2"
var apiVersion = "1.7.0"

// defining db var
var db *sql.DB
Expand Down

0 comments on commit 5aec424

Please sign in to comment.