Skip to content

Commit

Permalink
Version 4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cmullaparthi committed Sep 28, 2015
1 parent 7c4d098 commit fd81d44
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG
@@ -1,5 +1,10 @@
CONTRIBUTIONS & CHANGE HISTORY
==============================
28-09-2015 - v4.2
* Merged long pending improvements to pipelining
https://github.com/cmullaparthi/ibrowse/pull/123
* Merged pull request https://github.com/cmullaparthi/ibrowse/pull/131

03-08-2015 - v4.1.2
* R18 compatibility fix
https://github.com/cmullaparthi/ibrowse/issues/129
Expand Down
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -7,7 +7,7 @@ ibrowse is a HTTP client written in erlang.

**Comments to:** chandrashekhar.mullaparthi@gmail.com

**Current Version:** 4.1.2
**Current Version:** 4.2

**Latest Version:** git://github.com/cmullaparthi/ibrowse.git

Expand Down
2 changes: 1 addition & 1 deletion src/ibrowse.app.src
@@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "Erlang HTTP client application"},
{vsn, "4.1.2"},
{vsn, "4.2"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
Expand Down

0 comments on commit fd81d44

Please sign in to comment.