diff --git a/Doxygen b/Doxygen index 4c1007314..315472e0a 100644 --- a/Doxygen +++ b/Doxygen @@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome" # could be handy for archiving the generated documentation or if some version # control system is used. -PROJECT_NUMBER = 2023.4.1 +PROJECT_NUMBER = 2023.4.2 # Using the PROJECT_BRIEF tag one can provide an optional one line description # for a project that appears at the top of each page and should give viewer a diff --git a/Makefile b/Makefile index 982705bb8..5dfbe5ed9 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2023.4.1 +ESPHOME_REF = 2023.4.2 .PHONY: html html-strict cleanhtml deploy help live-html Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png minify diff --git a/_static/version b/_static/version index 16df2afe3..ea2cb525d 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2023.4.1 \ No newline at end of file +2023.4.2 \ No newline at end of file diff --git a/changelog/2023.4.0.rst b/changelog/2023.4.0.rst index cea775aff..8f19c3ac0 100644 --- a/changelog/2023.4.0.rst +++ b/changelog/2023.4.0.rst @@ -55,6 +55,14 @@ Release 2023.4.1 - April 24 - fix flip_x :esphomepr:`4727` by :ghuser:`ssieb` - Use proper schema for delta filter :esphomepr:`4723` by :ghuser:`jesserockz` +Release 2023.4.2 - April 27 +--------------------------- + +- I2c scan recovery reset fix :esphomepr:`4724` by :ghuser:`gcopeland` +- Debug component doesn't work on RP2040 :esphomepr:`4728` by :ghuser:`HeMan` +- Only request VA port from first client that is subscribed :esphomepr:`4747` by :ghuser:`jesserockz` +- Don't allow fingerprint_grow enroll cancellation when no enrollment started :esphomepr:`4745` by :ghuser:`itpeters` + Breaking Changes ---------------- diff --git a/conf.py b/conf.py index b497fb96c..84ad4f357 100644 --- a/conf.py +++ b/conf.py @@ -69,7 +69,7 @@ author = "ESPHome" # The short X.Y version. version = "2023.4" # The full version, including alpha/beta/rc tags. -release = "2023.4.1" +release = "2023.4.2" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. diff --git a/guides/supporters.rst b/guides/supporters.rst index 8923923ef..9dde51697 100644 --- a/guides/supporters.rst +++ b/guides/supporters.rst @@ -944,6 +944,7 @@ Contributors - `RubyBailey (@RubyBailey) `__ - `Rus Ti (@Rusti-gotrage) `__ - `rweather (@rweather) `__ +- `rwilson131 (@rwilson131) `__ - `Ryan Lang (@ryan-lang) `__ - `ryanalden (@ryanalden) `__ - `Lukas Bachschwell (@s00500) `__ @@ -1137,4 +1138,4 @@ Contributors - `Zack Barett (@zsarnett) `__ - `Christian Zufferey (@zuzu59) `__ -*This page was last updated April 24, 2023.* +*This page was last updated April 27, 2023.*