Skip to content

Commit dc57c0d

Browse files
author
Michael Rüttgers
committed
Version bump
1 parent 1f35eee commit dc57c0d

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [2.2.0] - 2021-05-04
810
### Changed
911
- Replaced MQTT client library with [Pangolin MQTT Client](https://github.com/philbowles/PangolinMQTT)
1012
- Refactored throttling logic

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.6";
7+
const char *VERSION = "2.2.0";
88

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

0 commit comments

Comments
 (0)