From 37e1c5c1024a76d395b0b5f7c46ac4d6ca34a8d6 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:50:18 +1200 Subject: [PATCH 1/2] Bump version to 2022.8.3 --- Doxygen | 2 +- Makefile | 2 +- _static/version | 2 +- conf.py | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Doxygen b/Doxygen index ef0af197a..d5d7ab30e 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 = 2022.8.2 +PROJECT_NUMBER = 2022.8.3 # 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 c71ea74d8..23dfa3568 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ ESPHOME_PATH = ../esphome -ESPHOME_REF = 2022.8.2 +ESPHOME_REF = 2022.8.3 .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 b4b2ebf69..69d068aa7 100644 --- a/_static/version +++ b/_static/version @@ -1 +1 @@ -2022.8.2 \ No newline at end of file +2022.8.3 \ No newline at end of file diff --git a/conf.py b/conf.py index e1b623abe..2fb933dee 100644 --- a/conf.py +++ b/conf.py @@ -68,7 +68,7 @@ author = "ESPHome" # The short X.Y version. version = "2022.8" # The full version, including alpha/beta/rc tags. -release = "2022.8.2" +release = "2022.8.3" # The language for content autogenerated by Sphinx. Refer to documentation # for a list of supported languages. From 6f7f34f22ac76b2ec808e63f33f15d88e0aa56f3 Mon Sep 17 00:00:00 2001 From: Jesse Hills <3060199+jesserockz@users.noreply.github.com> Date: Tue, 6 Sep 2022 16:50:52 +1200 Subject: [PATCH 2/2] Update changelog for 2022.8.3 --- changelog/2022.8.0.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/changelog/2022.8.0.rst b/changelog/2022.8.0.rst index e43362797..0ffbd59bc 100644 --- a/changelog/2022.8.0.rst +++ b/changelog/2022.8.0.rst @@ -63,6 +63,11 @@ Release 2022.8.2 - September 6 - Ignore NaN states in the integration component :esphomepr:`3767` by :ghuser:`anatoly-savchenkov` - Update modbus_controller.cpp :esphomepr:`3768` by :ghuser:`Avirsaam` +Release 2022.8.3 - September 6 +------------------------------ + +- Fix HA addon auth using HA credentials :esphomepr:`3758` by :ghuser:`jesserockz` + Full list of changes --------------------