diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ef13cf..d946c15 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,17 +1,9 @@
# Homebridges-cmd4 - CMD4 Plugin for Homebridge - Supports ~All Accessory Types and now all Characteristics too!!
-### 3.10.0 (2021-05-29)
-
-##### Chores
-
-* v3.10.0 packaging ([0a12da5a](https://github.com/ztalbot2000/homebridge-cmd4/commit/0a12da5a8d96dd060665f5ff07a1045eb08a46da))
-
-##### New Features
-
-* Antifeat as queueBurst was a bust. Squash queue errors for 1min instead ([854fec2f](https://github.com/ztalbot2000/homebridge-cmd4/commit/854fec2f9dcbe393f7ab58dfc7ee9d484cb0b7cd))
-* Remove feat burst as no added benefit ([afe6b021](https://github.com/ztalbot2000/homebridge-cmd4/commit/afe6b021dd2ecc6564b6396f4368e77836d438de))
+#### 3.10.1 (2021-06-13)
##### Bug Fixes
-* runtime fix of this ([ce264c37](https://github.com/ztalbot2000/homebridge-cmd4/commit/ce264c374dbf35b9793baa44fd09dfabe30abcc8))
+* Queue "Sets" should always come before "Gets" and Replace duplicate Sets ([4da5e323](https://github.com/ztalbot2000/homebridge-cmd4/commit/4da5e323bf4971ec68ee60010b13cedab901cd73))
+* All "Gets" should wait until the stateChangeResponseTime in Queues ([9dbfc768](https://github.com/ztalbot2000/homebridge-cmd4/commit/9dbfc76867ac6903a9cf64ad7afa52687d0a7d8a))
diff --git a/RUNNING_CHANGELOG.md b/RUNNING_CHANGELOG.md
index 98f76e0..3294e66 100644
--- a/RUNNING_CHANGELOG.md
+++ b/RUNNING_CHANGELOG.md
@@ -3,6 +3,7 @@
## Homebridge UI User. Do not click on any inline links. Homebridge UI does not supprt them. Bug#1098
## ChangeLog
+* **Whats new in 3.10.1**
* **Whats new in 3.10.0**
* **Whats new in 3.9.0**
* **Whats new in 3.8.1**
@@ -61,6 +62,15 @@
* **Whats new in 2.1**
* **Whats new in 2.0**
+## Whats new in 3.10.1
+#### 3.10.1 (2021-06-13)
+
+##### Bug Fixes
+
+* Queue "Sets" should always come before "Gets" and Replace duplicate Sets ([4da5e323](https://github.com/ztalbot2000/homebridge-cmd4/commit/4da5e323bf4971ec68ee60010b13cedab901cd73))
+* All "Gets" should wait until the stateChangeResponseTime in Queues ([9dbfc768](https://github.com/ztalbot2000/homebridge-cmd4/commit/9dbfc76867ac6903a9cf64ad7afa52687d0a7d8a))
+
+
## Whats new in 3.10.0
### 3.10.0 (2021-05-29)
diff --git a/package.json b/package.json
index e2ef0cb..b95dd9a 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": "3.10.0",
+ "version": "3.10.1",
"license": "MIT",
"author": {
"name": "John Talbot"