From 59fb1f104e85ff518bd6b248c959115651e80109 Mon Sep 17 00:00:00 2001 From: Josiah Baldwin Date: Tue, 1 Apr 2025 12:17:38 -0700 Subject: [PATCH] Bumped version --- CHANGELOG.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 03eca4c..6ee7897 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -2,6 +2,17 @@ Changelog ========= +version 1.2.0 +============= + +Bugs: + * Fixed agent sometimes being None causing an oxception + * Fixed bad code in device_open_url + +Features: + * Changed websockets version to 15. This now uses the proxy implemention from that library, instead of the previous hack. + * Added lastaddr and lastconnect to list_devices API + version 1.1.2 ============= Bugs: