diff --git a/CHANGELOG.MD b/CHANGELOG.MD
index 6c9e95b7..db356a11 100644
--- a/CHANGELOG.MD
+++ b/CHANGELOG.MD
@@ -5,6 +5,15 @@ All notable changes to this project will be documented in this file.
### ⚠️ [IMPORTANT NOTICE](https://github.com/tteck/Proxmox/issues/71#issue-1169207591)
+## 2022-04-17
+
+### Changed
+
+- **Zigbee2MQTT LXC**
+ - New V3 Install Script
+- **Zwavejs2MQTT LXC**
+ - New V3 Install Script
+
## 2022-04-16
### Changed
diff --git a/README.md b/README.md
index 507ff0aa..52312421 100644
--- a/README.md
+++ b/README.md
@@ -620,17 +620,17 @@ ________________________________________________________________________________
- Zigbee2MQTT LXC
+ 🔸Zigbee2MQTT LXC
Zigbee2MQTT LXC
-To create a new Proxmox Zigbee2MQTT LXC, run the following in the Proxmox Shell (V2).
+To create a new Proxmox Zigbee2MQTT LXC, run the following in the Proxmox Shell.
```yaml
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt.sh)"
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zigbee2mqtt-v3.sh)"
```
⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡
@@ -701,16 +701,16 @@ ________________________________________________________________________________
- Zwavejs2MQTT LXC
+ 🔸Zwavejs2MQTT LXC
-
+
Zwavejs2MQTT LXC
-To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell (V2).
+To create a new Proxmox Zwavejs2MQTT LXC, run the following in the Proxmox Shell.
```yaml
-bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt.sh)"
+bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/ct/zwavejs2mqtt-v3.sh)"
```
⚡ Default Settings: 1GB RAM - 4GB Storage - 2vCPU ⚡
diff --git a/ct/zigbee2mqtt.sh b/ct/zigbee2mqtt-v2.sh
similarity index 100%
rename from ct/zigbee2mqtt.sh
rename to ct/zigbee2mqtt-v2.sh
diff --git a/ct/zwavejs2mqtt.sh b/ct/zwavejs2mqtt-v2.sh
similarity index 100%
rename from ct/zwavejs2mqtt.sh
rename to ct/zwavejs2mqtt-v2.sh