Skip to content

Commit

Permalink
bumping new version v1.11.0
Browse files Browse the repository at this point in the history
updating CHANGELOG
  • Loading branch information
tobiasehlert committed Nov 8, 2021
1 parent a29eaf0 commit 8507392
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
# Changelog

## [Unreleased]
## [1.11.0] - 2021-11-08

### Added
* add support for new endpoints with 4.2.2 (#113 by @michaeldyrynda, @tobiasehlert)

### Changed
* bump docker/metadata-action from 3.5.0 to 3.6.0 (#111 by @dependabot)

## [1.10.2] - 2021-10-15

Expand Down Expand Up @@ -232,7 +237,8 @@

## [1.0.0] - 2021-02-15

[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.10.2...HEAD
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.11.0...HEAD
[1.11.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.10.2...v1.11.0
[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
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.2"
var apiVersion = "1.11.0"

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

0 comments on commit 8507392

Please sign in to comment.