diff --git a/NEWS.md b/NEWS.md index 288e4bac..45904ade 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,5 +1,10 @@ # NEWS +1.0.2 - 2014/12/02 +------------------ + +- fix redirection: rewrite Host header + 1.0.1 - 2014/12/01 ------------------ diff --git a/README.md b/README.md index 9252b626..5b72fcad 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2014 Benoît Chesneau. -__Version:__ 1.0.1 +__Version:__ 1.0.2 # hackney diff --git a/doc/README.md b/doc/README.md index 54ce314e..81192a30 100644 --- a/doc/README.md +++ b/doc/README.md @@ -4,7 +4,7 @@ Copyright (c) 2012-2014 Benoît Chesneau. -__Version:__ 1.0.1 +__Version:__ 1.0.2 # hackney diff --git a/doc/overview.edoc b/doc/overview.edoc index 6e389a23..a06f9473 100644 --- a/doc/overview.edoc +++ b/doc/overview.edoc @@ -16,7 +16,7 @@ @copyright 2012-2014 Benoît Chesneau. -@version 1.0.1 +@version 1.0.2 @title hackney - HTTP client library in Erlang @doc diff --git a/src/hackney.app.src b/src/hackney.app.src index 8ab79033..2bde05c3 100644 --- a/src/hackney.app.src +++ b/src/hackney.app.src @@ -4,7 +4,7 @@ {application, hackney, [ {description, "simple HTTP client"}, - {vsn, "1.0.1"}, + {vsn, "1.0.2"}, {registered, [hackney_pool]}, {applications, [kernel, stdlib,