Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
csowada committed Jan 31, 2025
1 parent ee24640 commit 8c2ff01
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 5 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<description>eBUS library configuration</description>
<groupId>de.cs-dev.ebus</groupId>
<artifactId>ebus-configuration</artifactId>
<version>1.1.9-SNAPSHOT</version>
<version>1.1.9</version>
<url>https://github.com/csowada/ebus-configuration</url>
<packaging>bundle</packaging>

Expand All @@ -23,7 +23,7 @@
<sonar.organization>csowada</sonar.organization>
<sonar.host.url>https://sonarcloud.io</sonar.host.url>

<ebus.core.version>1.1.11</ebus.core.version>
<ebus.core.version>1.1.13</ebus.core.version>
</properties>

<organization>
Expand Down Expand Up @@ -308,14 +308,14 @@
<dependency>
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>
<version>2.11.0</version>
<version>2.10.1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.17.0</version>
<version>3.14.0</version>
<scope>test</scope>
</dependency>

Expand Down Expand Up @@ -343,7 +343,7 @@
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-api</artifactId>
<version>1.7.36</version>
<version>2.0.16</version>
<scope>provided</scope>
</dependency>

Expand Down

0 comments on commit 8c2ff01

Please sign in to comment.