From a07fa781c99a38f2b2940467bd5a5f328024428b Mon Sep 17 00:00:00 2001 From: CI Date: Tue, 18 Jan 2022 15:27:53 +0000 Subject: [PATCH] Bump to version 1.5.1 --- CHANGELOG.md | 4 ++++ components/roode/roode.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99a132cb..903bc048 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.5.1 + + + ## 1.5.0 - Manual ROI configuration fixed diff --git a/components/roode/roode.h b/components/roode/roode.h index 95e9bcd3..e9deaf1b 100644 --- a/components/roode/roode.h +++ b/components/roode/roode.h @@ -18,7 +18,7 @@ namespace esphome { namespace roode { #define NOBODY 0 #define SOMEONE 1 -#define VERSION "1.5.0" +#define VERSION "1.5.1" static const char *const TAG = "Roode"; static const char *const SETUP = "Setup"; static const char *const CALIBRATION = "Sensor Calibration";