diff --git a/CHANGELOG.md b/CHANGELOG.md
index 62eab7b..4028dc7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,8 +1,12 @@
# Homebridges-cmd4 - CMD4 Plugin for Homebridge - Supports ~All Accessory Types and now all Characteristics too!!
-#### 7.0.3 (2024-01-27)
+### 7.1.0 (2024-03-04)
-##### Bug Fixes
+##### Documentation Changes
-* props is already an object. Also test setProps is called for more than one characteristic. Affects only those who change a characteristics property range ([276d0c0d](https://github.com/ztalbot2000/homebridge-cmd4/commit/276d0c0d58b435c59fb3c1fdfd322f55f6b24434))
+* Update for newest characteristics ([fccb9ebd](https://github.com/ztalbot2000/homebridge-cmd4/commit/fccb9ebdc18a2cd876b1512e0da2d5d28e8019b0))
+
+##### New Features
+
+* Add in latest new characteristics and devices ([545112f0](https://github.com/ztalbot2000/homebridge-cmd4/commit/545112f0fa2122abf51d3217707012879db723b7))
diff --git a/README.md b/README.md
index 760ff1c..e0ecd89 100644
--- a/README.md
+++ b/README.md
@@ -158,12 +158,7 @@ Note: For Homebridge-config-ui-x, you only need to write Cmd4 in the Environment
## Todo
-* [X] Linked characteristics, i.e. a smoke detectors battery is not yet linked.
-* [X] Support for custom characteristics for an accessory. *Warning, May Not possible to be displayed by any GUI*
-* [X] Support multi word device names. (Technically done, but scripting is hard for newbies).
-* [ ] Scripting language to avoid creating new Homebridge modules.
-* [ ] HTTP commands. *Might be just to many options*
-* [ ] Become Homebridge Certified. ( The schema file would be very difficult )
+* [ ] Become Homebridge Certified. ( The schema file for Homebridg-ui would be very difficult )
## Contributing
diff --git a/RUNNING_CHANGELOG.md b/RUNNING_CHANGELOG.md
index 75c0dbc..04bcc85 100644
--- a/RUNNING_CHANGELOG.md
+++ b/RUNNING_CHANGELOG.md
@@ -4,6 +4,7 @@
## ChangeLog
+* **Whats new in 7.1.0**
* **Whats new in 7.0.3**
* **Whats new in 7.0.2**
## Whats new in 7.0.0
@@ -90,6 +91,18 @@
* **Whats new in 2.1**
* **Whats new in 2.0**
+## Whats new in 7.1.0
+### 7.1.0 (2024-03-04)
+
+##### Documentation Changes
+
+* Update for newest characteristics ([fccb9ebd](https://github.com/ztalbot2000/homebridge-cmd4/commit/fccb9ebdc18a2cd876b1512e0da2d5d28e8019b0))
+
+##### New Features
+
+* Add in latest new characteristics and devices ([545112f0](https://github.com/ztalbot2000/homebridge-cmd4/commit/545112f0fa2122abf51d3217707012879db723b7))
+
+
## Whats new in 7.0.3
#### 7.0.3 (2024-01-27)
diff --git a/docs/Developers.md b/docs/Developers.md
index 3a9a999..11fe2d9 100644
--- a/docs/Developers.md
+++ b/docs/Developers.md
@@ -154,6 +154,7 @@ See the [Cmd4 Developers Guide](https://github.com/ztalbot2000/homebridge-cmd4/b
## Standard Accessories
A Standard Accessory does not need a Platform. The Homebridge example given is. [Homebridge Switch](https://developers.homebridge.io/#/api/accessory-plugins). Cmd4 Version 3 can recreate the exact same configuration as:
+This will also make homebridge-ui easier to implement.
```json
{
diff --git a/package.json b/package.json
index e85d523..bd50291 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
{
"name": "homebridge-cmd4",
"description": "Exec Plugin for Homebridge supporting all accessorys and characteristics",
- "version": "7.0.3",
+ "version": "7.1.0",
"license": "MIT",
"author": {
"name": "John Talbot"