preparing for next 1.9.0dev

This commit is contained in:
Paul
2019-06-15 15:53:06 +02:00
parent 3766780cab
commit 70972ccf6a
2 changed files with 10 additions and 4 deletions

View File

@@ -5,13 +5,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.9.0dev] 2019-06-
### Added
### Fixed
## [1.8.0] 2019-06-15
### Added
- Support for HeatPump (e.g. the Nefit Enviline)
- HeatPump support (e.g. the Nefit Enviline)
- new device: Buderus MM50 Mixer
- new devices: Junkers FW100 and ISM1 (thanks @Vuego123)
- new devices: Junkers FW100 and ISM1 (thanks Vuego123)
- Improved Tx logic to support EMS, EMS+ and Heatronics (thanks kwertie01, susisstrolch, philrich)
- MQTT heartbeat
@@ -376,4 +382,4 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.1.0] 2018-05-14
- Initial development version
- Initial development version

View File

@@ -6,5 +6,5 @@
#pragma once
#define APP_NAME "EMS-ESP"
#define APP_VERSION "1.8.0"
#define APP_VERSION "1.9.0b0"
#define APP_HOSTNAME "ems-esp"