diff --git a/CHANGELOG.md b/CHANGELOG.md index 774753d..8e0dfe2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. ## Unreleased +## [1.1.9] - 2025-01-31 +### Changed +- Update dependecies, license headers and pipelines +- Fix Wolf CWL 300/400 issue for setter `fan_stepX` +- Add Cooling State to `controller.d_values_rc2` +- Update to ebus core lib v1.1.13 + ## [1.1.8] - 2023-03-25 ### Changed - Enhance Wolf CWL 300/400 diff --git a/pom.xml b/pom.xml index 2443d4d..919b742 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ eBUS library configuration de.cs-dev.ebus ebus-configuration - 1.1.9-SNAPSHOT + 1.1.9 https://github.com/csowada/ebus-configuration bundle @@ -23,7 +23,7 @@ csowada https://sonarcloud.io - 1.1.11 + 1.1.13 @@ -308,14 +308,14 @@ com.google.code.gson gson - 2.11.0 + 2.10.1 test org.apache.commons commons-lang3 - 3.17.0 + 3.14.0 test @@ -343,7 +343,7 @@ org.slf4j slf4j-api - 1.7.36 + 2.0.16 provided