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 17f5900 commit 607ce18
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,20 @@ All notable changes to this project will be documented in this file.

## Unreleased

## [4.0.20] - 2025-01-31
### Changed
- Update eBUS core to version 1.1.13
- Revert change from v1.1.9 to encode master data again
- Update project dependencies
- Update eBUS configuration to version 1.1.9
- Fix Wolf CWL 300/400 issue for setter fan_stepX
- Add Cooling State to controller.d_values_rc2
- Update project pipelines, license header to 2025

## [4.0.19] - 2023-09-14
### Fixed
- Fix KAR builds for openHAB 4.0.3

## [4.0.18] - 2023-09-11
### Fixed
- Update binding feature to openHAB 4.0.2
Expand Down
2 changes: 1 addition & 1 deletion bundles/org.openhab.binding.ebus/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.addons.bundles</groupId>
<artifactId>org.openhab.addons.reactor.bundles</artifactId>
<version>4.0.20-SNAPSHOT</version>
<version>4.0.20</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bundles/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.openhab.addons</groupId>
<artifactId>org.openhab.addons.reactor</artifactId>
<version>4.0.20-SNAPSHOT</version>
<version>4.0.20</version>
</parent>

<groupId>org.openhab.addons.bundles</groupId>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.openhab.addons</groupId>
<artifactId>org.openhab.addons.reactor</artifactId>
<version>4.0.20-SNAPSHOT</version>
<version>4.0.20</version>

<packaging>pom</packaging>

Expand Down

0 comments on commit 607ce18

Please sign in to comment.