Skip to content

Commit

Permalink
bumping new version v1.4.9
Browse files Browse the repository at this point in the history
updating CHANGELOG
  • Loading branch information
tobiasehlert committed May 3, 2021
1 parent 74d360f commit 38c0eb7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 3 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## [Unreleased]

## [1.4.9] - 2021-05-03

### Changed
- bump crazy-max/ghaction-docker-meta from v2.3.0 to v2.4.0 (#35 by dependabot)
- updating build workflow by removing if

## [1.4.8] - 2021-04-22

### Changed
Expand Down Expand Up @@ -142,8 +148,9 @@

## [1.0.0] - 2021-02-15

[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.8...HEAD
[1.4.7]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.7...v1.4.8
[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.4.9...HEAD
[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
[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
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.8"
var apiVersion = "1.4.9"

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

0 comments on commit 38c0eb7

Please sign in to comment.