Skip to content

Commit 7ccd6c6

Browse files
author
Michael Ruettgers
committed
Version bump, changelog
1 parent 83caf41 commit 7ccd6c6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
66

77
## [Unreleased]
88

9+
## [2.1.4] - 2020-07-24
10+
### Changed
11+
- Worked on the docs
12+
- Added LED based feedback for SML data recognition
13+
914
## [2.1.3] - 2020-04-17
1015
### Changed
1116
- Added hint to change AP password to the docs

src/config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#include "Arduino.h"
55
#include "Sensor.h"
66

7-
const char *VERSION = "2.1.3";
7+
const char *VERSION = "2.1.4";
88

99
// Modifying the config version will probably cause a loss of the existig configuration.
1010
// Be careful!

0 commit comments

Comments
 (0)