bumping new version v1.0.1

updating CHANGELOG
This commit is contained in:
Tobias Lindberg
2021-02-15 15:28:27 +01:00
parent add6f25894
commit b101d7fdc4
+16 -1
View File
@@ -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