From 51702ce19d8eb761c12fe0ac4cdbefd149d7311b Mon Sep 17 00:00:00 2001 From: benoitc Date: Thu, 23 Jul 2015 15:46:38 +0200 Subject: [PATCH] bump to 1.3.0 --- NEWS.md | 9 +++++++-- doc/overview.edoc | 2 +- src/hackney.app.src | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/NEWS.md b/NEWS.md index 9875bcdf..7a6a256a 100644 --- a/NEWS.md +++ b/NEWS.md @@ -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) @@ -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 ------------------ diff --git a/doc/overview.edoc b/doc/overview.edoc index 033828d5..4bb5cbce 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -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 diff --git a/src/hackney.app.src b/src/hackney.app.src index 5c2211bf..6f2a4ae5 100644 --- a/src/hackney.app.src +++ b/src/hackney.app.src @@ -4,7 +4,7 @@ {application, hackney, [ {description, "simple HTTP client"}, - {vsn, "1.2.0"}, + {vsn, "1.3.0"}, {registered, [hackney_pool]}, {applications, [kernel, stdlib,