From 1652fc271fb17f1753f1ef34c91a3074cb6d4ed3 Mon Sep 17 00:00:00 2001 From: Jesse Sopel Date: Fri, 9 Feb 2024 23:15:58 -0500 Subject: [PATCH] fix: Update changelog and use version 1.0.0 instead --- CHANGELOG.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83f0446..f61dc94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,17 +1,12 @@ # Changelog -## [0.9.2] - -### Added - -* Add `as_dict` to allow for serialization - -## [0.9.1] +## [1.0.0] ### Added * Log statistics when debug is selected * Min/Max temp (based on advertised values in manual) +* Add `as_dict` to allow for serialization ### Fixed