Release 0.17
diff --git a/ChangeLog b/ChangeLog
index 2c60628..d425750 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.17:
+	Add support for TLS Supported Groups extension.
+	Add support for TLS Hello extension feature.
+	Add support for ECC and ECDH functionality.
+
 ver 0.16:
 	Add support for watchdog notification handling from systemd.
 	Add support for generic X.509 certificate utilities.
diff --git a/configure.ac b/configure.ac
index 4ec8a1b..1eeebec 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.16)
+AC_INIT(ell, 0.17)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)