From 19b6e9ad5272e2b330c527e943decadaaf21d76f Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Tue, 18 Jun 2024 18:27:37 +0200 Subject: [PATCH] build: release v1.29.2 --- CHANGELOG.md | 7 +++++-- VERSION | 2 +- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4afc9be..b6535175 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # Changelog -## [unreleased] +## [1.29.2] + +This release improve TeslaMate behavior on Tesla API rate limits, which occur from time to time. We respect the retry-after header on 429 response code to not hammer the API unnecessarily in these cases. ### New features @@ -1968,7 +1970,8 @@ New users need to sign in via the web interface. ## [1.0.0] - 2019-07-25 -[unreleased]: https://github.com/teslamate-org/teslamate/compare/v1.29.1...HEAD +[unreleased]: https://github.com/teslamate-org/teslamate/compare/v1.29.2...HEAD +[1.29.2]: https://github.com/teslamate-org/teslamate/compare/v1.29.1...v1.29.2 [1.29.1]: https://github.com/teslamate-org/teslamate/compare/v1.29.0...v1.29.1 [1.29.0]: https://github.com/teslamate-org/teslamate/compare/v1.28.5...v1.29.0 [1.28.5]: https://github.com/teslamate-org/teslamate/compare/v1.28.4...v1.28.5 diff --git a/VERSION b/VERSION index 1816bd01..3410b780 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.29.2-dev \ No newline at end of file +1.29.2 \ No newline at end of file