Skip to content

Commit

Permalink
Prep for 3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
forkineye committed Nov 21, 2017
1 parent 0815721 commit 0b5e3f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion ESPixelStick.h
Original file line number Diff line number Diff line change
Expand Up @@ -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__;

/*****************************************/
Expand Down

0 comments on commit 0b5e3f8

Please sign in to comment.