diff --git a/NEWS.md b/NEWS.md index 93115b61..16c45428 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,14 @@ # NEWS +1.3.2 - 2015/08/27 +------------------ + +- fix `connect_time metric` (#227) +- fix redirection when `with_body` is enabled (#228) +- close half-closed socket to avoid leak (#231) +- fix undexpected message in `hackney_stream` (#223) +- fix receive/error in hackney_manager (#232) + 1.3.1 - 2015/07/28 ------------------ @@ -8,6 +17,7 @@ 1.3.0 - 2015/07/23 ------------------ + - new add `max_body` setting - fix: handle partial chains during handshake in HTTPS (#196) diff --git a/README.md b/README.md index 5efe95b9..774904b9 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2015 Benoît Chesneau. -__Version:__ 1.3.1 +__Version:__ 1.3.2 # hackney diff --git a/doc/README.md b/doc/README.md index ac63f3fc..6f06616d 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2015 Benoît Chesneau. -__Version:__ 1.3.1 +__Version:__ 1.3.2 # hackney diff --git a/doc/overview.edoc b/doc/overview.edoc index 1c8c112b..74084dd7 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -17,7 +17,7 @@ @copyright 2012-2015 Benoît Chesneau. -@version 1.3.1 +@version 1.3.2 @title hackney - HTTP client library in Erlang @doc diff --git a/rebar3 b/rebar3 index 0f0914cc..bcb3cda5 100755 Binary files a/rebar3 and b/rebar3 differ diff --git a/src/hackney.app.src b/src/hackney.app.src index f4209de8..6be44d4c 100644 --- a/src/hackney.app.src +++ b/src/hackney.app.src @@ -4,7 +4,7 @@ {application, hackney, [ {description, "simple HTTP client"}, - {vsn, "1.3.1"}, + {vsn, "1.3.2"}, {registered, [hackney_pool]}, {applications, [kernel, stdlib,