diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f1e605..225cba8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,25 @@ ## [Unreleased] +## [1.1.0] - 2021-02-18 + +### Added +- adding codeql-analysis workflow +- adding dependabot for gomod and docker +- using go mod now + +### Changed +- calling on functions without params and using gin.Context in functions instead +- logging for better readability (some rows based on DEBUG_MODE) +- merged TeslaMateAPICars and TeslaMateAPICarsID into one file +- updating Dockerfile a little +- renaming of functions +- bumping dependabot versions +- some code cleanup + +### Fixed +- sql query issue with TeslaMateAPICars + ## [1.0.2] - 2021-02-15 ### Fixed @@ -23,7 +42,8 @@ ## [1.0.0] - 2021-02-15 -[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.2...HEAD +[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.1.0...HEAD +[1.1.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.2...v1.1.0 [1.0.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.0.1...v1.0.2 [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