New release after fixing travis-ci builds
diff --git a/CHANGELOG b/CHANGELOG
index 242d82f..c56a57d 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,6 +1,10 @@
 CONTRIBUTIONS & CHANGE HISTORY
 ==============================
 
+19-04-2016 - v4.2.4
+             * Fixed travis-ci build as it was failing in running tests. 
+               No code changes to ibrowse
+
 19-04-2016 - v4.2.3
              * Fix for https://github.com/cmullaparthi/ibrowse/issues/143
              * Fix for https://github.com/cmullaparthi/ibrowse/issues/142
diff --git a/README.md b/README.md
index 3fe7794..a3985df 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 **Comments to:** chandrashekhar.mullaparthi@gmail.com
 
-**Current Version:** 4.2.3
+**Current Version:** 4.2.4
 
 **Latest Version:** git://github.com/cmullaparthi/ibrowse.git
 
diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src
index efc8094..026a6ac 100644
--- a/src/ibrowse.app.src
+++ b/src/ibrowse.app.src
@@ -1,6 +1,6 @@
 {application, ibrowse,
         [{description, "Erlang HTTP client application"},
-         {vsn, "4.2.3"},
+         {vsn, "4.2.4"},
          {registered, [ibrowse_sup, ibrowse]},
          {applications, [kernel,stdlib]},
 	 {env, []},