File tree 5 files changed +14
-7
lines changed
5 files changed +14
-7
lines changed Original file line number Diff line number Diff line change 1
1
# NEWS
2
2
3
+ 1.18.1 - 2022-02-03
4
+ -------------------
5
+
6
+ - security: update default CA bundles
7
+ - doc: fix typos
8
+
9
+
3
10
1.18.0 - 2021-09-28
4
11
-------------------
5
12
Original file line number Diff line number Diff line change 2
2
3
3
# hackney - HTTP client library in Erlang #
4
4
5
- Copyright (c) 2012-2021 Benoît Chesneau.
5
+ Copyright (c) 2012-2022 Benoît Chesneau.
6
6
7
- __ Version:__ 1.18.0
7
+ __ Version:__ 1.18.1
8
8
9
9
# hackney
10
10
Original file line number Diff line number Diff line change 2
2
3
3
# hackney - HTTP client library in Erlang #
4
4
5
- Copyright (c) 2012-2021 Benoît Chesneau.
5
+ Copyright (c) 2012-2022 Benoît Chesneau.
6
6
7
- __ Version:__ 1.18.0
7
+ __ Version:__ 1.18.1
8
8
9
9
# hackney
10
10
Original file line number Diff line number Diff line change 16
16
%%==============================================================================
17
17
18
18
19
- @copyright 2012-2021 Benoît Chesneau.
20
- @version 1.18.0
19
+ @copyright 2012-2022 Benoît Chesneau.
20
+ @version 1.18.1
21
21
@title hackney - HTTP client library in Erlang
22
22
23
23
@doc
Original file line number Diff line number Diff line change 4
4
{application , hackney ,
5
5
[
6
6
{description , " simple HTTP client" },
7
- {vsn , " 1.18.0 " },
7
+ {vsn , " 1.18.1 " },
8
8
{registered , [hackney_pool ]},
9
9
{applications , [kernel ,
10
10
stdlib ,
You can’t perform that action at this time.
0 commit comments