From 31d09b41ed4f79b346d16ec5aed9ab34e802f1fd Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Sat, 23 Sep 2023 07:49:33 +0200 Subject: [PATCH] bumping new version v1.16.4 updating CHANGELOG --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50e78bb..38e2a46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## [1.16.4] - 2023-09-23 + +### Fixed +* fix NullString issue in several endpoints ([#245](https://github.com/tobiasehlert/teslamateapi/pull/245) by [tobiasehlert](https://github.com/tobiasehlert)) + ## [1.16.3] - 2023-09-22 ### Changed @@ -365,6 +370,7 @@ The `ENCRYPTION_KEY` needs to have the same value as the key in the environment Initial commit +[1.16.4]: https://github.com/tobiasehlert/teslamateapi/compare/v1.16.3...v1.16.4 [1.16.3]: https://github.com/tobiasehlert/teslamateapi/compare/v1.16.2...v1.16.3 [1.16.2]: https://github.com/tobiasehlert/teslamateapi/compare/v1.16.1...v1.16.2 [1.16.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.16.0...v1.16.1