From 5aa741593135e8f0dd5d1e2497d73e8a7230555e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Xose=20P=C3=A9rez?= Date: Sun, 29 Jan 2017 22:33:12 +0100 Subject: [PATCH] Version bump --- CHANGELOG.md | 4 ++++ README.md | 4 ++-- code/espurna/config/version.h | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95f8064e..dd9ab6b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). +## [1.5.2] 2017-01-29 +### Fixed +- Fix bug in emon topic payload + ## [1.5.1] 2017-01-28 ### Added - OpenEnergyMonitor WiFi MQTT Relay / Thermostat support (thanks to Denis French) diff --git a/README.md b/README.md index a14b0c2c..3a39c176 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ESPurna ("spark" in Catalan) is a custom firmware for ESP8266 based smart switch It was originally developed with the **[IteadStudio Sonoff](https://www.itead.cc/sonoff-wifi-wireless-switch.html)** in mind but now it supports a growing number of ESP8266-based boards. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries. -**Current Release Version is 1.5.1**, read the [changelog](CHANGELOG.md). +**Current Release Version is 1.5.2**, read the [changelog](CHANGELOG.md). ## Features @@ -64,7 +64,7 @@ For more information please refer to the [ESPurna Wiki](https://bitbucket.org/xo ## License -Copyright (C) 2016-2017 by Xose Pérez (@xoseperez) +Copyright (C) 2016-2017 by Xose P�rez (@xoseperez) This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index cfde4f72..160953cf 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,4 +1,4 @@ #define APP_NAME "ESPurna" -#define APP_VERSION "1.5.1" +#define APP_VERSION "1.5.2" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat"