Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
adriankumpf committed Aug 30, 2019
1 parent a2ec278 commit 1e6d71d
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [1.7.0] - UNRELEASED
## [1.7.0] - 2019-08-29

### Added

Expand Down
20 changes: 13 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ A data logger for your Tesla.
certain idle time
- Built-in API to manually suspend / resume sending requests to the Tesla API
- Automatic address lookup
- Locally enriches positions with elevation data
- Geo-fencing feature to create custom locations
- Supports multiple vehicles per Tesla Account

Expand All @@ -47,13 +48,18 @@ A data logger for your Tesla.
![Charges](screenshots/charging_history.png)
![Vampire Drain](screenshots/vampire_drain.png)

1. [Installation](#installation)
2. [Configuration](#configuration)
3. [Upgrading](#upgrading)
4. [Web Interface](#web-interface)
5. [MQTT](#mqtt)
6. [FAQ](#faq)
7. [Contributions](#contributions)
## Table of contents

- [Installation](#installation)
- [Configuration](#configuration)
- [Upgrading](#upgrading)
- [Web Interface](#web-interface)
- [MQTT](#mqtt)
- [FAQ](#faq)
- [Contributions](#contributions)
- [Donations](#donations)
- [Disclaimer](#disclaimer)
- [Credits](#credits)

---

Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ defmodule TeslaMate.MixProject do
def project do
[
app: :teslamate,
version: "1.7.0-beta",
version: "1.7.0",
elixir: "~> 1.9",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix, :gettext] ++ Mix.compilers(),
Expand Down

0 comments on commit 1e6d71d

Please sign in to comment.