diff --git a/CHANGELOG.md b/CHANGELOG.md
index a33bc85..0fe17e4 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,11 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
+
+## [9.7.3](https://github.com/danobot/entity-controller/compare/v9.7.2...v9.7.3) (2024-03-19)
+
+
+
## [9.7.2](https://github.com/danobot/entity-controller/compare/v9.7.1...v9.7.2) (2024-02-14)
diff --git a/custom_components/entity_controller/__init__.py b/custom_components/entity_controller/__init__.py
index 37fc1c6..2849bcc 100644
--- a/custom_components/entity_controller/__init__.py
+++ b/custom_components/entity_controller/__init__.py
@@ -18,7 +18,7 @@
"""
Entity controller component for Home Assistant.
Maintainer: Daniel Mason
-Version: v9.7.2
+Version: v9.7.3
Project Page: https://danielbkr.net/projects/entity-controller/
Documentation: https://github.com/danobot/entity-controller
"""
@@ -107,7 +107,7 @@
-VERSION = '9.7.2'
+VERSION = '9.7.3'
_LOGGER = logging.getLogger(__name__)
diff --git a/custom_components/entity_controller/manifest.json b/custom_components/entity_controller/manifest.json
index 1eca49d..1e72ae7 100644
--- a/custom_components/entity_controller/manifest.json
+++ b/custom_components/entity_controller/manifest.json
@@ -14,5 +14,5 @@
"@danobot"
],
"homeassistant": "2022.7.4",
- "version": "9.7.2"
+ "version": "9.7.3"
}
diff --git a/package-lock.json b/package-lock.json
index 89d5919..c9c2548 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "entity-controller",
- "version": "9.7.2",
+ "version": "9.7.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
diff --git a/package.json b/package.json
index 770f53f..66069ae 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "entity-controller",
- "version": "9.7.2",
+ "version": "9.7.3",
"description": "Entity Controller (EC) is an implementation of 'When This, Then That' using a finite state machine that ensures basic automations do not interfere with the rest of your home automation setup. This component encapsulates common automation scenarios into a neat package that can be configured easily and reused throughout your home.",
"main": "index.js",
"directories": {