Release 0.13
diff --git a/ChangeLog b/ChangeLog
index 342141b..09b58af 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+ver 0.13:
+	Fix issue with using -std=c99 compiler option.
+	Fix issue with return value of l_getrandom_is_supported.
+
 ver 0.12:
 	Fix issue with unexported public API symbols.
 	Fix issue with handling netlink error return values.
diff --git a/configure.ac b/configure.ac
index fc24d6a..dc7df24 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(ell, 0.12)
+AC_INIT(ell, 0.13)
 
 AC_CONFIG_HEADERS(config.h)
 AC_CONFIG_AUX_DIR(build-aux)