From 87c8977edafca4898436025c2d4e3922fb6b4a7d Mon Sep 17 00:00:00 2001 From: Tobias Lindberg Date: Wed, 18 Dec 2024 17:23:49 +0100 Subject: [PATCH] bumping new version v1.20.1 updating CHANGELOG --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c2914..8902c93 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.20.1] - 2024-12-18 + +### Changed + +- bump golang.org/x/crypto from 0.29.0 to 0.31.0 ([#316](https://github.com/tobiasehlert/teslamateapi/pull/316) by [dependabot](https://github.com/dependabot)) + ## [1.20.0] - 2024-12-18 ### Added @@ -557,6 +563,7 @@ The `ENCRYPTION_KEY` needs to have the same value as the key in the environment Initial commit +[1.20.1]: https://github.com/tobiasehlert/teslamateapi/compare/v1.20.0...v1.20.1 [1.20.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.19.0...v1.20.0 [1.19.0]: https://github.com/tobiasehlert/teslamateapi/compare/v1.18.3...v1.19.0 [1.18.3]: https://github.com/tobiasehlert/teslamateapi/compare/v1.18.2...v1.18.3