diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 68b214634..d37edef5f 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -28,6 +28,7 @@ - Enlarge parse-buffer for long names like `cylinderpumpmodulation` - MQTT not subscribing to all device entities [#166](https://github.com/emsesp/EMS-ESP32/issues/166) - Help fix issues with WebUI unable to fully load UI over Ethernet [#177](https://github.com/emsesp/EMS-ESP32/issues/177) +- Shower alert never reset after limit reached when enabled [(PR #185)](https://github.com/emsesp/EMS-ESP32/pull/185) ## Changed diff --git a/src/version.h b/src/version.h index b27825ed9..03255b75e 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.3.0b2" +#define EMSESP_APP_VERSION "3.3.0b3"