diff --git a/ChangeLog b/ChangeLog index 0d22ba04..b41a668d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +ver 0.22: + Fix issue with hotplug and device capability detection. + Add support for IPv6 network configuration handling. + Add support for embedding certificates in profiles. + ver 0.21: Fix issue with cleartext ACK and tunneled EAP-Success. Fix issue with setting bits in extended capabilities. diff --git a/configure.ac b/configure.ac index 3791e835..4890758a 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.21) +AC_INIT(iwd, 0.22) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)