diff --git a/CHANGELOG.md b/CHANGELOG.md index 657ed12..b833a9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## [Unreleased] +## [1.3.1] - 2021-03-23 + +### Changed +- fixing sql error when BatteryHeaterNoPower is null (#19 by @LelandSindt) + ## [1.3.0] - 2021-03-17 ### Added @@ -85,7 +90,8 @@ ## [1.0.0] - 2021-02-15 -[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/tobiasehlert/teslamateapi/compare/v1.3.1...HEAD +[1.3.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.3.1...v1.3.1 [1.3.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.2.3...v1.3.0 [1.2.3]: https://github.com/tobiasehlert/teslamateapi/compare/v1.2.2...v1.2.3 [1.2.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.2.1...v1.2.2