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";