Skip to content

Commit 281ff81

Browse files
author
Michael Ruettgers
committed
Version bump and changelog update
1 parent 0e2b33c commit 281ff81

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [2.1.5] - 2020-07-25
10+
### Changed
11+
- Modified MQTT topic to use / instead of * due to invalid character issues when used with ioBroker
12+
913
## [2.1.4] - 2020-07-24
1014
### Changed
1115
- Worked on 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.4";
7+
const char *VERSION = "2.1.5";
88

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

0 commit comments

Comments
 (0)