Skip to content

Commit 3f6d481

Browse files
committed
bump to 1.18.1
1 parent 3e2b578 commit 3f6d481

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

NEWS.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# NEWS
22

3+
1.18.1 - 2022-02-03
4+
-------------------
5+
6+
- security: update default CA bundles
7+
- doc: fix typos
8+
9+
310
1.18.0 - 2021-09-28
411
-------------------
512

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# hackney - HTTP client library in Erlang #
44

5-
Copyright (c) 2012-2021 Benoît Chesneau.
5+
Copyright (c) 2012-2022 Benoît Chesneau.
66

7-
__Version:__ 1.18.0
7+
__Version:__ 1.18.1
88

99
# hackney
1010

doc/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
# hackney - HTTP client library in Erlang #
44

5-
Copyright (c) 2012-2021 Benoît Chesneau.
5+
Copyright (c) 2012-2022 Benoît Chesneau.
66

7-
__Version:__ 1.18.0
7+
__Version:__ 1.18.1
88

99
# hackney
1010

doc/overview.edoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
%%==============================================================================
1717

1818

19-
@copyright 2012-2021 Benoît Chesneau.
20-
@version 1.18.0
19+
@copyright 2012-2022 Benoît Chesneau.
20+
@version 1.18.1
2121
@title hackney - HTTP client library in Erlang
2222

2323
@doc

src/hackney.app.src

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{application, hackney,
55
[
66
{description, "simple HTTP client"},
7-
{vsn, "1.18.0"},
7+
{vsn, "1.18.1"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)