Skip to content

Commit

Permalink
bump to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 27, 2015
1 parent 899476c commit b29a643
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 4 deletions.
10 changes: 10 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -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
------------------

Expand All @@ -8,6 +17,7 @@

1.3.0 - 2015/07/23
------------------

- new add `max_body` setting
- fix: handle partial chains during handshake in HTTPS (#196)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2015 Benoît Chesneau.

__Version:__ 1.3.1
__Version:__ 1.3.2

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

Copyright (c) 2012-2015 Benoît Chesneau.

__Version:__ 1.3.1
__Version:__ 1.3.2

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified rebar3
Binary file not shown.
2 changes: 1 addition & 1 deletion src/hackney.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "1.3.1"},
{vsn, "1.3.2"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit b29a643

Please sign in to comment.