diff --git a/ChangeLog b/ChangeLog index 5464028f..ce629131 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +ver 0.6: + Fix issue with syncing the PSK on first connection. + Fix issue with unnecessary known object removal events. + ver 0.5: Fix issue with EAPoL handling and Ad-Hoc networks. Add support for using agent with EAP-GTC methods. diff --git a/configure.ac b/configure.ac index c6039510..b443cda2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.5) +AC_INIT(iwd, 0.6) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)