diff --git a/CHANGELOG b/CHANGELOG index 8d9b218..b5b83da 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,5 +1,8 @@ CONTRIBUTIONS & CHANGE HISTORY ============================== +23-01-2012 - v3.0.1 + * Fixed bug highlighted by Dialyzer + 23-01-2012 - v3.0.0 * Change to the way pipelining works. * Fixed various issues reported diff --git a/README.md b/README.md index 57c0986..e4a9773 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang. **Comments to:** chandrashekhar.mullaparthi@gmail.com -**Current Version:** 3.0.0 +**Current Version:** 3.0.1 **Latest Version:** git://github.com/cmullaparthi/ibrowse.git diff --git a/src/ibrowse.app.src b/src/ibrowse.app.src index a8857d5..67155ee 100644 --- a/src/ibrowse.app.src +++ b/src/ibrowse.app.src @@ -1,6 +1,6 @@ {application, ibrowse, [{description, "HTTP client application"}, - {vsn, "3.0.0"}, + {vsn, "3.0.1"}, {modules, [ ibrowse, ibrowse_http_client, ibrowse_app,