Skip to content

Commit 1cc9ffb

Browse files
committed
Bump version to v1.11.2
1 parent 1b2f03d commit 1cc9ffb

File tree

5 files changed

+21
-4
lines changed

5 files changed

+21
-4
lines changed

Doxygen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ PROJECT_NAME = "ESPHome"
3838
# could be handy for archiving the generated documentation or if some version
3939
# control system is used.
4040

41-
PROJECT_NUMBER = 1.11.1
41+
PROJECT_NUMBER = 1.11.2
4242

4343
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4444
# for a project that appears at the top of each page and should give viewer a

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ESPHOME_CORE_PATH = ../esphome-core
2-
ESPHOME_CORE_TAG = v1.11.1
2+
ESPHOME_CORE_TAG = v1.11.2
33

44
.PHONY: html cleanhtml deploy help webserver Makefile netlify netlify-api api netlify-dependencies svg2png copy-svg2png
55

_static/version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.11.1
1+
1.11.2

changelog/v1.11.0.rst

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,23 @@ I've made that a top priority for the next release, but I've hit some road block
7575
prevented it from working in a stable way for this release (and I needed to finally get this darn
7676
release out).
7777

78+
Release 1.11.2 - February 26
79+
----------------------------
80+
81+
- docs: Fix units on the valid frequency values :docspr:`170` by :ghuser:`kwdavidson`
82+
- esphome: Allow non-pullup pins for dallas :esphomepr:`456`
83+
- core: Turn off light at 0% brightness :corepr:`526`
84+
- core: HLW8012 don't count a single pulse as power :corepr:`527`
85+
- core: Set initial brightness to 0 when turning light on :corepr:`528`
86+
- core: Allow white value of addressable lights to be controlled independently of brightness :corepr:`529`
87+
- core: Fix WiFi not connecting to open networks :corepr:`531`
88+
- esphome: Remove automatic update check :esphomepr:`457`
89+
- esphome: Fix mDNS library added only with OTA :esphomepr:`451`
90+
- docs: Merge dallas component :docspr:`179` by :ghuser:`FrengerH`
91+
- docs: Correct ultrasonic filter_nan example :docspr:`159` by :ghuser:`apeeters`
92+
- docs: Cookbook entry for Display component :docspr:`173` by :ghuser:`ahd71`
93+
- core: Fix light partition src offset :corepr:`525`
94+
7895
Release 1.11.1 - February 23
7996
----------------------------
8097

conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
# The short X.Y version.
7474
version = '1.11'
7575
# The full version, including alpha/beta/rc tags.
76-
release = '1.11.1'
76+
release = '1.11.2'
7777

7878
# The language for content autogenerated by Sphinx. Refer to documentation
7979
# for a list of supported languages.

0 commit comments

Comments
 (0)