diff --git a/CHANGELOG.md b/CHANGELOG.md index be1b66fc..f72fda97 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.12.3] 2018-01-29 +### Fixed +- Fix telnet crash due to local reference ([#487](https://github.com/xoseperez/espurna/issues/487)) + ## [1.12.2] 2018-01-29 ### Added - Repository migrated over to GitHub diff --git a/README.md b/README.md index f1c74bdb..8b5ada31 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ESPurna ("spark" in Catalan) is a custom firmware for ESP8266 based smart switches and sensors. It uses the Arduino Core for ESP8266 framework and a number of 3rd party libraries. -[![version](https://img.shields.io/badge/version-1.12.2-brightgreen.svg)](CHANGELOG.md) +[![version](https://img.shields.io/badge/version-1.12.3-brightgreen.svg)](CHANGELOG.md) ![branch](https://img.shields.io/badge/branch-master-orange.svg) [![travis](https://travis-ci.org/xoseperez/espurna.svg?branch=master)](https://travis-ci.org/xoseperez/espurna) [![license](https://img.shields.io/github/license/xoseperez/espurna.svg)](LICENSE) diff --git a/code/espurna/config/version.h b/code/espurna/config/version.h index 4557ab26..4cdd959b 100644 --- a/code/espurna/config/version.h +++ b/code/espurna/config/version.h @@ -1,5 +1,5 @@ #define APP_NAME "ESPURNA" -#define APP_VERSION "1.12.2" +#define APP_VERSION "1.12.3" #define APP_AUTHOR "xose.perez@gmail.com" #define APP_WEBSITE "http://tinkerman.cat" #define CFG_VERSION 3