Skip to content

Commit

Permalink
bumping new version v1.4.7
Browse files Browse the repository at this point in the history
updating CHANGELOG
  • Loading branch information
tobiasehlert committed Apr 13, 2021
1 parent 7e4b75e commit 6f60bdc
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 @@ -2,6 +2,12 @@

## [Unreleased]

## [1.4.7] - 2021-04-13

### Changed
- bump actions/cache from v2.1.4 to v2.1.5 (#32 by dependabot)
- renaming file to lowercase to match other naming

## [1.4.6] - 2021-04-09

### Changed
Expand Down Expand Up @@ -131,7 +137,8 @@

## [1.0.0] - 2021-02-15

[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.6...HEAD
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.7...HEAD
[1.4.7]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.6...v1.4.7
[1.4.6]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.5...v1.4.6
[1.4.5]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.4...v1.4.5
[1.4.4]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.3...v1.4.4
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.4.6"
var apiVersion = "1.4.7"

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

0 comments on commit 6f60bdc

Please sign in to comment.