Skip to content

Commit

Permalink
bump to 1.18.2
Browse files Browse the repository at this point in the history
  • Loading branch information
benoitc committed Aug 29, 2023
1 parent 7b70e0f commit abed0ae
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# NEWS

1.18.2 - 2023-08-29
-------------------

- security: update default CA bundles


1.18.1 - 2022-02-03
-------------------

Expand Down
2 changes: 1 addition & 1 deletion doc/overview.edoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


@copyright 2012-2022 Benoît Chesneau.
@version 1.18.1
@version 1.18.2
@title hackney - HTTP client library in Erlang

@doc
Expand Down
2 changes: 1 addition & 1 deletion src/hackney.app.src
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{application, hackney,
[
{description, "simple HTTP client"},
{vsn, "1.18.1"},
{vsn, "1.18.2"},
{registered, [hackney_pool]},
{applications, [kernel,
stdlib,
Expand Down

0 comments on commit abed0ae

Please sign in to comment.