Skip to content

Commit 2f6ca65

Browse files
committed
bump to 1.4.0
1 parent b75b5df commit 2f6ca65

File tree

5 files changed

+13
-4
lines changed

5 files changed

+13
-4
lines changed

NEWS.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# NEWS
22

3+
1.4.0 - 2015/10/27
4+
------------------
5+
6+
- build using hex.pm & small refactoring
7+
- fix multipart (#245)
8+
- fix redirection (#237)
9+
- fix url parsing (#236)
10+
- close connection when max body length is reached (#248)
11+
312
1.3.2 - 2015/08/27
413
------------------
514

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
__Version:__ 1.3.2
7+
__Version:__ 1.4.0
88

99
# hackney
1010

doc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
__Version:__ 1.3.2
7+
__Version:__ 1.4.0
88

99
# hackney
1010

doc/overview.edoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
@copyright 2012-2015 Benoît Chesneau.
20-
@version 1.3.2
20+
@version 1.4.0
2121
@title hackney - HTTP client library in Erlang
2222

2323
@doc

src/hackney.app.src

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney,
55
[
66
{description, "simple HTTP client"},
7-
{vsn, "1.3.2"},
7+
{vsn, "1.4.0"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)