From dc57c0df7d8b0249acd504c03a311485059c2a1d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20R=C3=BCttgers?= Date: Tue, 4 May 2021 20:50:52 +0200 Subject: [PATCH] Version bump --- CHANGELOG.md | 2 ++ src/config.h | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87ad2c8..7dd6bc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [2.2.0] - 2021-05-04 ### Changed - Replaced MQTT client library with [Pangolin MQTT Client](https://github.com/philbowles/PangolinMQTT) - Refactored throttling logic diff --git a/src/config.h b/src/config.h index ad22b1a..b1421e4 100644 --- a/src/config.h +++ b/src/config.h @@ -4,7 +4,7 @@ #include "Arduino.h" #include "Sensor.h" -const char *VERSION = "2.1.6"; +const char *VERSION = "2.2.0"; // Modifying the config version will probably cause a loss of the existig configuration. // Be careful!