Skip to content

Commit 2f55c0d

Browse files
committed
bump to 1.13.0
1 parent 7233d20 commit 2f55c0d

File tree

5 files changed

+12
-4
lines changed

5 files changed

+12
-4
lines changed

NEWS.md

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

3+
1.13.0 - 2018-06-22
4+
-------------------
5+
6+
- fix compatibility with Erlang/OTP 21
7+
- fix parsing query parameters on url without path (#512)
8+
- bump idna to 1.5.2: fix compatibility with rebar2 (#509)
9+
- fix accessing HTTPS sites with an IP address (#494)
10+
311
1.12.1 - 2018-04-03
412
-------------------
513

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

7-
__Version:__ 1.12.1
7+
__Version:__ 1.13.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-2018 Benoît Chesneau.
66

7-
__Version:__ 1.12.1
7+
__Version:__ 1.13.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-2018 Benoît Chesneau.
20-
@version 1.12.1
20+
@version 1.13.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.12.1"},
7+
{vsn, "1.13.0"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)