From 5afc61e3cedc6e6e141ee909f3989d732f55a3a8 Mon Sep 17 00:00:00 2001 From: iamdoubz <> Date: Mon, 15 Apr 2024 13:34:28 -0500 Subject: [PATCH] Upgrade HA to 2024.4.3 --- README.md | 3 +++ VERSION | 2 +- balena.yml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 87550f3..6ee2247 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,9 @@ I forgot the password to my old HA instance, so I bought a nice, new, and shiny 3. `balena push Raspberry3B01` ## Changelog +### Version 1.9.11 +**2024-04-15**: + - Upgrade HA to 2024.4.3 ### Version 1.9.10 **2024-03-27**: - Remove healthcheck from HASS diff --git a/VERSION b/VERSION index f0a2883..5e9287b 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.10 +1.9.11 diff --git a/balena.yml b/balena.yml index d128a3d..47399f6 100644 --- a/balena.yml +++ b/balena.yml @@ -27,4 +27,4 @@ data: applicationEnvironmentVariables: - VERIFY_HOSTNAME: - ALLOWED_NETWORKS: -version: 1.9.10 +version: 1.9.11