From ef6df8ec8ed3edf3bda5eba84a9d7d573d3da5e2 Mon Sep 17 00:00:00 2001
From: Alberto Geniola
Date: Tue, 16 Apr 2024 21:44:16 +0200
Subject: [PATCH] Version update
---
.version | 2 +-
README.md | 8 ++++++--
2 files changed, 7 insertions(+), 3 deletions(-)
diff --git a/.version b/.version
index 40eff4f..d630423 100644
--- a/.version
+++ b/.version
@@ -1 +1 @@
-0.4.6.2
+0.4.7.0b1
diff --git a/README.md b/README.md
index cec4dd4..3279b77 100644
--- a/README.md
+++ b/README.md
@@ -191,11 +191,15 @@ Anyway, feel free to contribute via donations!
## Changelog
-#### 0.4.6.2
-- Fix dependency specification for paho-mqtt and other libraries
+#### 0.4.7.0
+- Added local-lan encryption capabilities to support newest Meross devices
+- Fixed roller shutter mixin not updating initial position after a full async_update() invocation
Older
+#### 0.4.6.2
+- Fix dependency specification for paho-mqtt and other libraries
+
#### 0.4.6.0
- NOTE: this API version breaks backward compatibility with LOGIN method. When upgrading to this version,
make sure to pass the new api_base_url value correctly as described in the documentation.