From 70972ccf6a5af3507313fcc199331d0ceaee4a03 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 15 Jun 2019 15:53:06 +0200 Subject: [PATCH] preparing for next 1.9.0dev --- CHANGELOG.md | 12 +++++++++--- src/version.h | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 718620ec4..f8aed6c99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 \ No newline at end of file +- Initial development version diff --git a/src/version.h b/src/version.h index fa69ef04e..1c6b9dc14 100644 --- a/src/version.h +++ b/src/version.h @@ -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"