Release 0.4
diff --git a/ChangeLog b/ChangeLog
index 8a94cde..959d16b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+ver 0.4:
+	Fix issue with case sensitive strings for PAC files.
+	Add support for SOCKS proxies.
+	Add support for newer XUL Runtime.
+
 ver 0.3:
 	Fix issue with wrong libproxy soname.
 	Fix issue with usage of JS_GetStringBytes.
diff --git a/configure.ac b/configure.ac
index 4e9681f..6ca42f6 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,5 +1,5 @@
 AC_PREREQ(2.60)
-AC_INIT(pacrunner, 0.3)
+AC_INIT(pacrunner, 0.4)
 
 AM_INIT_AUTOMAKE([foreign subdir-objects])
 AM_CONFIG_HEADER(config.h)