From 8c2b061f8f1d0a354c48e3e764eca02842a2410e Mon Sep 17 00:00:00 2001 From: Adrian Kumpf Date: Sun, 3 Nov 2019 14:19:23 +0100 Subject: [PATCH] Bump version to 1.12.1 --- CHANGELOG.md | 18 +++++++++++++++++- mix.exs | 2 +- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c02a84b76d..0b58417033 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.12.1] - 2019-11-03 + +### Enhancements + +- Display remaining time while charging + +### New MQTT Topics + +- `teslamate/cars/$car_id/heading` + +### Bug Fixes + +- Consistent language for label of charging events ([#299](https://github.com/adriankumpf/teslamate/pull/229)) +- Cap charging efficiency to 100% + ## [1.12.0] - 2019-10-28 We finally have **documentation**! Many thanks to [@ngardiner](https://github.com/ngardiner), who gave the impulse and did most of the work and also to [@krezac](https://github.com/krezac), who contributed a guide to creating iOS Shortcuts for TeslaMate! @@ -521,7 +536,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.0...HEAD +[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.12.1...HEAD +[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 [1.11.0]: https://github.com/adriankumpf/teslamate/compare/v1.10.0...v1.11.0 diff --git a/mix.exs b/mix.exs index d37144f715..70aaf92bd5 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TeslaMate.MixProject do def project do [ app: :teslamate, - version: "1.12.0", + version: "1.12.1", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),