Skip to content

Commit

Permalink
bumping new version v1.10.2
Browse files Browse the repository at this point in the history
updating CHANGELOG
  • Loading branch information
tobiasehlert committed Oct 15, 2021
1 parent 51a9174 commit e19a1ac
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@
## [Unreleased]


## [1.10.2] - 2021-10-15

### Changed
- bump golang from 1.17.1 to 1.17.2 (#108 by dependabot)
- updating readme with table for variables

## [1.10.1] - 2021-09-23

### Changed
Expand Down Expand Up @@ -226,7 +232,8 @@

## [1.0.0] - 2021-02-15

[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.10.1...HEAD
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.10.2...HEAD
[1.10.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.10.1...v1.10.2
[1.10.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.10.0...v1.10.1
[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
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.10.1"
var apiVersion = "1.10.2"

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

0 comments on commit e19a1ac

Please sign in to comment.