From 6cbe62f62deb63fcdc89066ee65ddde8d050a4b3 Mon Sep 17 00:00:00 2001 From: Tobias Sauerwein Date: Wed, 18 Sep 2024 09:59:51 +0200 Subject: [PATCH] docs: Bump version to v9.0.0 --- CHANGELOG.md | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a0927f4a..308f8c2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,29 +5,20 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] - -### Added - -- +## [9.0.0] ### Changed - Replaced pipenv with uv and updated readme -### Deprecated - -- Python 3.10 support - ### Removed -- +- Python 3.10 support ### Fixed -- - -### Security +- Propper handling of climate schedules in heating or cooling +- Fix HVAC related setpoint evaluation ## [8.1.0]