Skip to content

Commit

Permalink
bump to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Jul 23, 2015
1 parent e0efcca commit 51702ce
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# NEWS

1.3.0 - 2015/07/23
------------------
- new add `max_body` setting
- fix: handle partial chains during handshake in HTTPS (#196)

1.2.0 - 2015/06/25
------------------

- new: add `with_body` option to return the body directly (#184)
- new: add `with_body` option to return the body directly (#184)
- fix: rely on ssl version to validate certificates securely using hostname
verification
- fix: fix redirection when transport change (#177)
Expand All @@ -17,7 +22,7 @@
- fix: parse server headers
- fix: really honor max redirection (#170)
- fix: handle path parameters in URL (#176)
-
-

1.1.1 - 2015/03/20
------------------
Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@


@copyright 2012-2015 Benoît Chesneau.
@version 1.2.0
@version 1.3.0
@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.2.0"},
{vsn, "1.3.0"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit 51702ce

Please sign in to comment.