From c37638b320e0beea97c5d51fea51cd9fdbd07ce0 Mon Sep 17 00:00:00 2001 From: Jakob Lichterfeld Date: Sat, 26 Apr 2025 11:36:58 +0200 Subject: [PATCH] build: release v2.0.0 --- CHANGELOG.md | 4 ++-- VERSION | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22d39dda..3004e5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [2.0.0] - 2025-04-26 **This is a breaking change release:** TeslaMate uses PostgreSQL as database, this is an external dependency and needs to be updated by yourself. We now require PostgreSQL 16.7 or 17.3 or higher as we are upgrading the bundled earthdistance extension to v1.2. TeslaMate will now fail to start if you are using an older version. Ensure to upgrade your database before upgrading TeslaMate. To upgrade PostgreSQL, you need to follow these instructions: @@ -2415,7 +2415,7 @@ 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.33.0...HEAD +[2.0.0]: https://github.com/teslamate-org/teslamate/compare/v1.33.0...v2.0.0 [1.33.0]: https://github.com/teslamate-org/teslamate/compare/v1.32.0...v1.33.0 [1.32.0]: https://github.com/teslamate-org/teslamate/compare/v1.31.1...v1.32.0 [1.31.1]: https://github.com/teslamate-org/teslamate/compare/v1.31.0...v1.31.1 diff --git a/VERSION b/VERSION index 232e60ea..359a5b95 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.33.1-dev \ No newline at end of file +2.0.0 \ No newline at end of file