From b101d7fdc470a63de514e69885bfa80a288385d7 Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Mon, 15 Feb 2021 15:28:27 +0100 Subject: [PATCH] bumping new version v1.0.1 updating CHANGELOG --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c230f75..32803dd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,22 @@ ## [Unreleased] +## [1.0.1] - 2021-02-15 + +### Added +- / endpoint saying API is running +- DEBUG_MODE variable (printing out debug of TeslaMateApi if set to true) + +### Changed +- specifying port 8080 in Run() +- updated Traefik example in README +- code cleanup + +### Fixed +- Missing tzdata package in Dockerfile + ## [1.0.0] - 2021-02-15 -[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.0...HEAD +[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.1...HEAD +[1.0.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/tobiasehlert/teslamateapi/releases/tag/v1.0.0