Skip to content

Commit c7fed12

Browse files
committed
prepare v2.2.2 release
1 parent a689a48 commit c7fed12

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ See the examples for basic usage options
1313

1414
## Changelog
1515

16+
### v2.2.2 - 2025-10-21
17+
- Fix: DPT subgroup 0 handling
18+
1619
### v2.2.1 - 2025-08-22
1720
- Fix: Distinguish between tunnel and TP PAs when reading PID_ADDITIONAL_INDIVIDUAL_ADDRESSES. This resulted in a failed PA assignment for 0x091A devices with KNX_TUNNELING
1821
- Fix: set repeat correctly in DataLinkLayer when sending to other mediums as TP (https://github.com/OpenKNX/knx/issues/40)

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knx",
3-
"version": "2.2.1",
3+
"version": "2.2.2",
44
"description": "knx stack",
55
"homepage": "https://openknx.de",
66
"authors": [

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=knx
2-
version=2.1.2
2+
version=2.2.2
33
author=Thomas Kunze, the OpenKNX Team, et. al.
44
maintainer=OpenKNX Team
55
sentence=knx stack

0 commit comments

Comments
 (0)