diff --git a/changelog.md b/changelog.md index 96116bee2..9e2ac1c4a 100644 --- a/changelog.md +++ b/changelog.md @@ -2,6 +2,8 @@ ## Unreleased changes +## 0.21.0 Search and connect 2022-04-30 + ### Discovery - Use unicast discovery endpoint to receive SearchRespones frames @@ -16,7 +18,7 @@ - Use `ifaddr` instead of `netifaces` - make HPAI hashable and add `addr_tuple` convenice property -## 0.20.4 Fix exposure of time and date +## 0.20.4 Fix exposure of time and date 2022-04-20 ### Bugfixes diff --git a/xknx/__version__.py b/xknx/__version__.py index ad78310ec..35ca99b70 100644 --- a/xknx/__version__.py +++ b/xknx/__version__.py @@ -1,3 +1,3 @@ """XKNX version.""" -__version__ = "0.20.4" +__version__ = "0.21.0"