Upped version to 4.1.1
diff --git a/CHANGELOG b/CHANGELOG
index 643c928..aaedf0f 100644
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,11 @@
 CONTRIBUTIONS & CHANGE HISTORY
 ==============================
+10-07-2014 - v4.1.1
+             * Added support for accepting binaries as header names
+             * Fix for https://github.com/cmullaparthi/ibrowse/issues/110
+             * Fix for https://github.com/cmullaparthi/ibrowse/issues/111
+             * Fix for https://github.com/cmullaparthi/ibrowse/issues/112
+
 18-04-2013 - v4.1.0
              * Fix for https://github.com/cmullaparthi/ibrowse/issues/101
              * Support for https://github.com/cmullaparthi/ibrowse/issues/90
diff --git a/CONTRIBUTORS b/CONTRIBUTORS
index e33b41a..21e8d06 100644
--- a/CONTRIBUTORS
+++ b/CONTRIBUTORS
@@ -9,7 +9,7 @@
 Adam Kocoloski
 Andrew Tunnell-Jones
 Anthony Molinaro
-Benoit Chesneau
+Benoit Chesneau (https://github.com/benoitc)
 Chris Newcombe
 Dan Kelley
 Derek Upham
@@ -30,9 +30,11 @@
 Peter Kristensen
 Ram Krishnan
 Richard Cameron
+Robert Newson (https://github.com/rnewson)
 Ryan Flynn
 Ryan Zezeski
 Sean Hinde
+Serge Polkovnikov (https://github.com/serge2)
 Sergey Samokhi
 Seth Falcon
 Steve Vinoski
diff --git a/README.md b/README.md
index 1618083..b68f197 100644
--- a/README.md
+++ b/README.md
@@ -7,7 +7,7 @@
 
 **Comments to:** chandrashekhar.mullaparthi@gmail.com
 
-**Current Version:** 4.1.0
+**Current Version:** 4.1.1
 
 **Latest Version:** git://github.com/cmullaparthi/ibrowse.git
 
diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src
index a7993f3..70ed7b2 100644
--- a/src/ibrowse.app.src
+++ b/src/ibrowse.app.src
@@ -1,6 +1,6 @@
 {application, ibrowse,
         [{description, "Erlang HTTP client application"},
-         {vsn, "4.0.2"},
+         {vsn, "4.1.1"},
          {registered, [ibrowse_sup, ibrowse]},
          {applications, [kernel,stdlib]},
 	 {env, []},