diff --git a/homeway/CHANGELOG.md b/homeway/CHANGELOG.md index a95062f..5000770 100644 --- a/homeway/CHANGELOG.md +++ b/homeway/CHANGELOG.md @@ -1,6 +1,10 @@ +## 1.5.7 + +- 🛠️ Minor update to allow the logging level to be changed for debugging. + ## 1.5.6 - 🚀 Adding a new feature to drastically improve streaming API performance! diff --git a/homeway/config.yaml b/homeway/config.yaml index c25cc57..daeddb1 100644 --- a/homeway/config.yaml +++ b/homeway/config.yaml @@ -44,4 +44,4 @@ image: ghcr.io/homewayio/homeway/{arch} # Note when this version number changes, we must make a release to start a docker container build immediately, since HA will start looking for the new version. # Basically: Make the final commit -> test and check lint actions (if a docker change, push to docker-test to ensure it builds) -> bump the version number -> create GitHub release. # UPDATE THE CHANGE LOG! -version: 1.5.6 +version: 1.5.7