diff --git a/RELEASENOTES.md b/RELEASENOTES.md index 44448bdb7..d7e8d2bf1 100644 --- a/RELEASENOTES.md +++ b/RELEASENOTES.md @@ -52,8 +52,9 @@ The following binary downloads have been compiled with ESP8266/Arduino library c ## Changelog -### Version 8.2.0.4 +### Version 8.2.0.5 +- Breaking Change Device Groups multicast address and port (#8270) - Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3 - Change default PWM Frequency to 223 Hz instead of 880 Hz for less interrupt pressure - Change HM-10 sensor type detection and add features (#7962) diff --git a/tasmota/CHANGELOG.md b/tasmota/CHANGELOG.md index ed360e35e..d9ac8d5df 100644 --- a/tasmota/CHANGELOG.md +++ b/tasmota/CHANGELOG.md @@ -1,5 +1,9 @@ ## Unreleased (development) +### 8.2.0.5 20200425 + +- Breaking Change Device Groups multicast address and port (#8270) + ### 8.2.0.4 20200417 - Change PWM implementation to Arduino #7231 removing support for Core versions before 2.6.3 diff --git a/tasmota/tasmota_version.h b/tasmota/tasmota_version.h index 4014ea4d5..c753484d1 100644 --- a/tasmota/tasmota_version.h +++ b/tasmota/tasmota_version.h @@ -20,7 +20,7 @@ #ifndef _TASMOTA_VERSION_H_ #define _TASMOTA_VERSION_H_ -const uint32_t VERSION = 0x08020004; +const uint32_t VERSION = 0x08020005; // Lowest compatible version const uint32_t VERSION_COMPATIBLE = 0x07010006;