From 2e0f05f11ae1e0e53213cee6bfd0b74f277aa8c8 Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Fri, 15 Mar 2024 13:09:29 +0100 Subject: [PATCH] bumping new version v1.17.1 updating CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cfa627..f3932c6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.17.1] - 2024-03-15 + +### Fixed + +- fix permission issues with Dockerfile nonroot implementation ([#274](https://github.com/tobiasehlert/teslamateapi/pull/274) by [tobiasehlert](https://github.com/tobiasehlert)) + ## [1.17.0] - 2024-03-15 ### Added @@ -472,6 +478,7 @@ The `ENCRYPTION_KEY` needs to have the same value as the key in the environment Initial commit +[1.17.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.17.0...v1.17.1 [1.17.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.16.6...v1.17.0 [1.16.6]: https://github.com/tobiasehlert/teslamateapi/compare/v1.16.5...v1.16.6 [1.16.5]: https://github.com/tobiasehlert/teslamateapi/compare/v1.16.4...v1.16.5