diff --git a/CHANGELOG.md b/CHANGELOG.md index e61f0ef7..a1a04aae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## [unreleased] +## [2.1.0] - 2025-07-21 As always, there are many improvements. We have introduced new database fields to store the total ascent and descent of a drive, which can be used in the drives and efficiency dashboards. This is a valuable addition for users who wish to analyze their driving patterns and performance in hilly areas, and it enhances the efficiency metrics. The database will be migrated automatically to include these new fields. Depending on your host and the size of your database, this process may take some time. Please be patient and wait for the process to finish (depending on your host, it takes a few seconds to about a minute on a Raspberry Pi 3B+ with a 1 GB database). @@ -2509,7 +2509,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/v2.0.0...HEAD +[2.1.0]: https://github.com/teslamate-org/teslamate/compare/v2.0.0...v2.1.0 [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 diff --git a/VERSION b/VERSION index 493014b4..50aea0e7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.1.0-dev \ No newline at end of file +2.1.0 \ No newline at end of file