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