Skip to content

Commit

Permalink
Bump to version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
CI committed Jan 18, 2022
1 parent e4e0672 commit e50afb6
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.5.0

- Manual ROI configuration fixed
- Sensor initialization fixed
- Fix setup priorities to ensure proper boot up
- Code formatting
- Cleanup

## 1.4.1

- Timing budget test by @Lyr3x in #60
Expand Down
2 changes: 1 addition & 1 deletion components/roode/roode.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ namespace esphome {
namespace roode {
#define NOBODY 0
#define SOMEONE 1
#define VERSION "1.4.1"
#define VERSION "1.5.0"
static const char *const TAG = "Roode";
static const char *const SETUP = "Setup";
static const char *const CALIBRATION = "Sensor Calibration";
Expand Down

0 comments on commit e50afb6

Please sign in to comment.