From 18beefbe694c74c1088ff6f87ef7b4c4190b451e Mon Sep 17 00:00:00 2001 From: Adrian Kumpf Date: Tue, 24 Dec 2019 12:39:38 +0100 Subject: [PATCH] v1.14.1 --- CHANGELOG.md | 9 ++++++++- mix.exs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 02b380e24f..4d3862bbbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## [1.14.1] - 2019-12-24 + +### Bug Fixes + +- Fix an issue where the database migrations would not succeed if there were charges without any data points + ## [1.14.0] - 2019-12-22 ### Enhancements @@ -636,7 +642,8 @@ New users need to sign in via the web interface. ## [1.0.0] - 2019-07-25 -[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.14.0...HEAD +[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.14.1...HEAD +[1.14.1]: https://github.com/adriankumpf/teslamate/compare/v1.14.0...v1.14.1 [1.14.0]: https://github.com/adriankumpf/teslamate/compare/v1.13.2...v1.14.0 [1.13.2]: https://github.com/adriankumpf/teslamate/compare/v1.13.1...v1.13.2 [1.13.1]: https://github.com/adriankumpf/teslamate/compare/v1.13.0...v1.13.1 diff --git a/mix.exs b/mix.exs index f46e3f17c9..7993b34ab0 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TeslaMate.MixProject do def project do [ app: :teslamate, - version: "1.14.0", + version: "1.14.1", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),