Skip to content

Commit

Permalink
bump to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jul 10, 2016
1 parent 1ee6802 commit 2e4c6e3
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 5 deletions.
8 changes: 8 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# NEWS

1.6.1 - 2016-07-10
------------------
- fix: close socket on error (#308)
- improvement: handle errors in `hackney_response:wait_status` (#313)
- improvement: make pathencode faster (#317)
- fix: typo (#321)
- fix: elixir 1.4 warnings (#325)

1.6.0 - 2016-03-25
------------------

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-2016 Benoît Chesneau.

__Version:__ 1.6.0
__Version:__ 1.6.1

# 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-2016 Benoît Chesneau.

__Version:__ 1.6.0
__Version:__ 1.6.1

# hackney

Expand Down
2 changes: 1 addition & 1 deletion doc/hackney.md
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ Args:
{ssl_options, ssl_options()}, Others]`

* `connect_options()`: The default connect_options are
`[binary, {active, false}, {packet, raw}])` . Vor valid options
`[binary, {active, false}, {packet, raw}])`. For valid options
see the gen_tcp options.

* `ssl_options()`: See the ssl options from the ssl
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-2016 Benoît Chesneau.
@version 1.6.0
@version 1.6.1
@title hackney - HTTP client library in Erlang

@doc
Expand Down
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.6.0"},
{vsn, "1.6.1"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 2e4c6e3

Please sign in to comment.