From 0b5e3f833a435cf55320c38d7e08f0090bbf326e Mon Sep 17 00:00:00 2001 From: Shelby Merrick Date: Mon, 20 Nov 2017 20:34:46 -0500 Subject: [PATCH] Prep for 3.0 release --- Changelog.md | 4 +--- ESPixelStick.h | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/Changelog.md b/Changelog.md index e1fad211b..f3b957710 100644 --- a/Changelog.md +++ b/Changelog.md @@ -1,15 +1,13 @@ Changelog ========= -### 3.0-rc4 +### 3.0 - Compiled against [2017.11.20 Arduino core](https://github.com/esp8266/Arduino/tree/117bc875ffdd1f4b11af0dd236e0e12a84748e53) - - Upgrades to lwip2 - Includes WPA2 KRACK security fix - Migrated to [ESPAsyncE131](https://github.com/forkineye/ESPAsyncE131) library - Fixed [Issue #56](https://github.com/forkineye/ESPixelStick/issues/56) - Read too far - Fixed [Issue #65](https://github.com/forkineye/ESPixelStick/issues/65) - Websocket queuing - Fixed [Issue #80](https://github.com/forkineye/ESPixelStick/issues/80) - Test mode state reporting - - Added build date ### 3.0-rc3 - Fixed IGMP timer bug in lwip (Fix submitted to ESP8266 Arduino project) diff --git a/ESPixelStick.h b/ESPixelStick.h index a2dec7923..dc42279cb 100644 --- a/ESPixelStick.h +++ b/ESPixelStick.h @@ -20,7 +20,7 @@ #ifndef ESPIXELSTICK_H_ #define ESPIXELSTICK_H_ -const char VERSION[] = "3.0-rc4"; +const char VERSION[] = "3.0"; const char BUILD_DATE[] = __DATE__; /*****************************************/