diff --git a/CHANGELOG_LATEST.md b/CHANGELOG_LATEST.md index 34c404120..a37fc6b77 100644 --- a/CHANGELOG_LATEST.md +++ b/CHANGELOG_LATEST.md @@ -2,11 +2,15 @@ ## Added +- support for IPv6 (#83) +- System Log in Web UI will show current time if the NTP Service is enabled (#82) + ## Fixed ## Changed - removed Rx echo failures counting as incomplete telegrams. BAd telegrams show as Warning and not Errors. [#80](https://github.com/emsesp/EMS-ESP32/issues/80) - add upload_sec to `api/system/info` and removed # from some names to keep consistent with MQTT heartbeat +- added debug target to PlatformIO build to help hunt down system crashes ## Removed diff --git a/src/version.h b/src/version.h index 931f7bffa..4c5afedb2 100644 --- a/src/version.h +++ b/src/version.h @@ -1 +1 @@ -#define EMSESP_APP_VERSION "3.1.2b2" +#define EMSESP_APP_VERSION "3.1.2b3"