Skip to content

Commit

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

## [Unreleased]

## [1.6.0] - 2021-05-03

### Added
- doing persistant mqtt connection for status collection (#16 by @LelandSindt and #21 by @MattBrittan)
- adding randomized string to mqtt client (#15 by @LelandSindt)

### Changed
- fixing sql error when FastChargerBrand is null (#39 by @alecdoconnor)
- updating workflow for stale issues/PRs

### Removed
Expand Down Expand Up @@ -164,7 +167,8 @@

## [1.0.0] - 2021-02-15

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

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

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

0 comments on commit 68a437f

Please sign in to comment.