Skip to content

Commit befe2df

Browse files
committed
bump to 1.23
1 parent 9999f98 commit befe2df

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

NEWS.md

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

3+
1.23.0 - 2025-02-25
4+
-------------------
5+
6+
- fix: happy eyeball use correct timeout during connectino
7+
- fix: don't wrap conection error
8+
- improvement: eyeballonly spawn ipv6 worker when needed
9+
310
1.22.0 - 2025-02-20
411
-------------------
512

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

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

7-
__Version:__ 1.22.0
7+
__Version:__ 1.23.0
88

99
# hackney
1010

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.22.0"},
7+
{vsn, "1.23.0"},
88
{registered, [hackney_pool]},
99
{applications, [kernel,
1010
stdlib,

0 commit comments

Comments
 (0)