Skip to content

Commit

Permalink
Release 0.21.4
Browse files Browse the repository at this point in the history
  • Loading branch information
farmio committed Jun 7, 2022
1 parent c532250 commit 4b3ff03
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions docs/changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,18 @@ nav_order: 2

## Unreleased changes

## 0.21.4 Fan out 2022-06-07

### Devices

- Fan: Add support for dedicated on/off switch GA
- Sensor: Set `unit_of_measurement` for DPTString to `None`

### Internals

- Lock sending telegrams via a Tunnel until a confirmation is received
- Use device subclass for `device_updated_cb` callback argument type hint
- Fix CEMI Frame Ack-request flag set wrongly
- Fan: Add support for dedicated on/off switch GA

## 0.21.3 Cover updates 2022-05-17

Expand All @@ -29,7 +35,7 @@ nav_order: 2
- Parse and encode different TPCI in a CEMIFrame or Telegram
- Set priority "System" flag for point-to-point CEMI frames initialized by a Telegram

## 0.21.2 IP Secure Bug fixes
## 0.21.2 IP Secure Bug fixes 2022-05-04

### Bugfixes

Expand Down
2 changes: 1 addition & 1 deletion xknx/__version__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
"""XKNX version."""

__version__ = "0.21.3"
__version__ = "0.21.4"

0 comments on commit 4b3ff03

Please sign in to comment.