Skip to content

Commit

Permalink
bumping new version v1.10.0
Browse files Browse the repository at this point in the history
updating CHANGELOG
  • Loading branch information
tobiasehlert committed Jun 30, 2021
1 parent 3b8eb65 commit a8e3528
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## [Unreleased]

## [1.10.0] - 2021-06-30

### Added
- adding power mqtt value to status endpoint (#74)

### Changed
- improved log message of convert-functions (#75 by @alecdoconnor)
- bump various workflow versions (#78, #82, #83 by dependabot)
- minor code adjustments based on go-staticcheck

## [1.9.0] - 2021-06-14

### Added
Expand Down Expand Up @@ -207,7 +217,8 @@

## [1.0.0] - 2021-02-15

[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.9.0...HEAD
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.10.0...HEAD
[1.10.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.9.0...v1.10.0
[1.9.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.8.0...v1.9.0
[1.8.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.7.1...v1.8.0
[1.7.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.7.0...v1.7.1
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.9.0"
var apiVersion = "1.10.0"

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

0 comments on commit a8e3528

Please sign in to comment.