Release 0.68
diff --git a/ChangeLog b/ChangeLog
index a3e6217..171ad86 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.68:
+ Fix issue with string allocation growth strategy.
+ Add support for netlink helper functions.
+
ver 0.67:
Add support for handling sysctl char settings.
diff --git a/configure.ac b/configure.ac
index 8f34ab7..3fde897 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
AC_PREREQ([2.69])
-AC_INIT([ell],[0.67])
+AC_INIT([ell],[0.68])
AC_CONFIG_HEADERS(config.h)
AC_CONFIG_AUX_DIR(build-aux)