From 9c9c93c79a6308399cff726c9411e541c740b3f4 Mon Sep 17 00:00:00 2001 From: Sacha Telgenhof Oude Koehorst Date: Fri, 25 Aug 2017 21:42:24 +0900 Subject: [PATCH] v0.5.0 Release --- CHANGELOG.md | 10 ++++++++++ README.md | 2 +- package.json | 2 +- src/main.h | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4de7985..64033e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p ## [Unreleased] +### Added + +### Changed + +### Fixed + +### Removed + +## [0.5.0] - 2017-08-25 + ### Added - REST API - Support for Home Assistant's MQTT Discovery. Have **AiLight** set up your light automatically! diff --git a/README.md b/README.md index 1dee7d9..84983e7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ **AiLight** is a custom firmware for the inexpensive Ai-Thinker (or equivalent) RGBW WiFi light bulbs that has a ESP8266 onboard and controlled by the MY9291 LED driver. -Current Stable Release: **v0.4.1** (Please read the [changelog](https://github.com/stelgenhof/AiLight/blob/master/CHANGELOG.md) for detailed information). +Current Stable Release: **v0.5.0** (Please read the [changelog](https://github.com/stelgenhof/AiLight/blob/master/CHANGELOG.md) for detailed information). ![Ai-Thinker RGBW Light bulb](https://github.com/stelgenhof/AiLight/wiki/images/aithinker_light.png) ![AiLight](https://www.sachatelgenhof.nl/user/pages/02.blog/ailight/screen_combo_m.png) diff --git a/package.json b/package.json index c30d0fd..d56b8ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "AiLight", - "version": "0.4.1-dev", + "version": "0.5.0", "description": "AiLight is a custom firmware for the inexpensive Ai-Thinker (or equivalent) RGBW WiFi light bulbs that has a ESP8266 onboard and controlled by the MY9291 LED driver.", "license": "MIT", "keywords": [ diff --git a/src/main.h b/src/main.h index 9beaf14..005da7c 100644 --- a/src/main.h +++ b/src/main.h @@ -11,7 +11,7 @@ */ #define APP_NAME "AiLight" -#define APP_VERSION "0.4.1-dev" +#define APP_VERSION "0.5.0" #define APP_AUTHOR "stelgenhof@gmail.com" #define DEVICE_MANUFACTURER "Ai-Thinker"