diff --git a/ChangeLog b/ChangeLog index edae757d..e6421b43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +ver 0.14: + Add support for tunneled MSCHAPv2 authentication. + ver 0.13: Fix issue with WSC interface runtime handling. Add support for Opportunistic Wireless Encryption. diff --git a/configure.ac b/configure.ac index 44eadb7c..3198e6a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,5 +1,5 @@ AC_PREREQ(2.60) -AC_INIT(iwd, 0.13) +AC_INIT(iwd, 0.14) AC_CONFIG_HEADERS(config.h) AC_CONFIG_AUX_DIR(build-aux)