From 07165699121cb2e909be7a8ac26d8dbef9299eb0 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf Date: Wed, 6 Nov 2019 15:16:19 +0100 Subject: [PATCH] Bump version to 1.12.2 --- CHANGELOG.md | 11 ++++++++++- mix.exs | 2 +- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b58417033..4cdbcc5dd2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.12.2] - 2019-11-06 + +### Bug Fixes + +- Fix an issue where the "states" graph would not show every drive/charge +- Fix an issue where the application would not start if the vehicle was parked at a place with poor reception +- Remove duplicate table row "Remaining Time" + ## [1.12.1] - 2019-11-03 ### Enhancements @@ -536,7 +544,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.12.1...HEAD +[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.12.2...HEAD +[1.12.2]: https://github.com/adriankumpf/teslamate/compare/v1.12.1...v1.12.2 [1.12.1]: https://github.com/adriankumpf/teslamate/compare/v1.12.0...v1.12.1 [1.12.0]: https://github.com/adriankumpf/teslamate/compare/v1.11.1...v1.12.0 [1.11.1]: https://github.com/adriankumpf/teslamate/compare/v1.11.0...v1.11.1 diff --git a/mix.exs b/mix.exs index 3f17e50860..cf5d18dd12 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TeslaMate.MixProject do def project do [ app: :teslamate, - version: "1.12.1", + version: "1.12.2", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),