diff --git a/CHANGELOG.md b/CHANGELOG.md index 69250fc5..63fa9c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,12 @@ ## WLED changelog -#### Build 2306??? -- added pin dropdowns -- introduced (unused ATM) NeoGammaWLEDMethod class - -#### Build 2306040 +#### Build 2306130 - Bumped version to 0.14-b3 (beta 3) +- added pin dropdowns in LED preferences (not for LED pins) and usermods +- introduced (unused ATM) NeoGammaWLEDMethod class - Reverse proxy support - PCF8754 support for Rotary encoder (requires wiring INT pin to ESP GPIO) -- Rely on global I2C pins for usermods +- Rely on global I2C pins for usermods (breaking change) - various fixes and enhancements #### Build 2306020 diff --git a/wled00/wled.h b/wled00/wled.h index 59b243a6..03380f8f 100644 --- a/wled00/wled.h +++ b/wled00/wled.h @@ -8,7 +8,7 @@ */ // version code in format yymmddb (b = daily build) -#define VERSION 2306040 +#define VERSION 2306130 //uncomment this if you have a "my_config.h" file you'd like to use //#define WLED_USE_MY_CONFIG