From e29deb4c6b60faf285c589694910aeb3069779c5 Mon Sep 17 00:00:00 2001 From: Adrian Kumpf Date: Mon, 23 Mar 2020 19:23:16 +0100 Subject: [PATCH] 1.18.1 --- CHANGELOG.md | 9 ++++++++- mix.exs | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c5e747006b..a0d3d29552 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ ## [Unreleased] +## [1.18.1] - 2020-03-23 + +### Bug Fixes + +- Fix settings dropdown and Swedish translation ([#525](https://github.com/adriankumpf/teslamate/pull/525) by [tobiasehlert](https://github.com/tobiasehlert)) + ## [1.18.0] - 2020-03-21 ### Enhancements @@ -808,7 +814,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.18.0...HEAD +[unreleased]: https://github.com/adriankumpf/teslamate/compare/v1.18.1...HEAD +[1.18.1]: https://github.com/adriankumpf/teslamate/compare/v1.18.0...v1.18.1 [1.18.0]: https://github.com/adriankumpf/teslamate/compare/v1.17.1...v1.18.0 [1.17.1]: https://github.com/adriankumpf/teslamate/compare/v1.17.0...v1.17.1 [1.17.0]: https://github.com/adriankumpf/teslamate/compare/v1.16.0...v1.17.0 diff --git a/mix.exs b/mix.exs index 9f184df494..f046ad8f23 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule TeslaMate.MixProject do def project do [ app: :teslamate, - version: "1.18.0", + version: "1.18.1", elixir: "~> 1.9", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix, :gettext] ++ Mix.compilers(),