From 5dd5462185abfb5e8f6a69df6ad62f4a41806f67 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 11 May 2019 12:35:10 +0200 Subject: [PATCH] 1.8.0 --- CHANGELOG.md | 6 ++++++ src/version.h | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce93a42e9..d1d64bacf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,12 @@ 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.8.0dev] 2019- + +### Added + +### Changed + ## [1.7.0] 2019-05-11 ### Added diff --git a/src/version.h b/src/version.h index 06b75cc3a..ebd036990 100644 --- a/src/version.h +++ b/src/version.h @@ -6,5 +6,5 @@ #pragma once #define APP_NAME "EMS-ESP" -#define APP_VERSION "1.7.0b16" +#define APP_VERSION "1.8.0b0" #define APP_HOSTNAME "ems-esp"