From f9eea6f1eefac9248e082706b89bfd91753faf53 Mon Sep 17 00:00:00 2001 From: Paul Date: Sat, 19 Oct 2019 11:27:59 +0200 Subject: [PATCH] release 1.9.2 --- CHANGELOG.md | 2 +- src/version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e8ae73ec..2dce21ce8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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.2 beta] +## [1.9.2] 2019-10-19 #### Important! This build has breaking changes: - MQTT topics have changed. Use the `mqttlog` command to see the names of the subscriptions and the format of the payload data. Also reference the [Wiki page](https://github.com/proddy/EMS-ESP/wiki/MQTT). diff --git a/src/version.h b/src/version.h index 0f3e6c0ac..7ac0a3a98 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define APP_VERSION "1.9.2b11" +#define APP_VERSION "1.9.2"