Skip to content

Commit 9a4b313

Browse files
committed
Version bump to 1.3.3
1 parent b014f8f commit 9a4b313

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 1.3.3 (21 Feb 2024)
2+
3+
### Changes
4+
5+
* Do not set `:linger` as a default option on either TCP or SSL transports. This
6+
was causing oddball node hangs on larger instances (#110, thanks @jonjon &
7+
@pojiro!)
8+
19
## 1.3.2 (31 Dec 2023)
210

311
### Changes

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do
44
def project do
55
[
66
app: :thousand_island,
7-
version: "1.3.2",
7+
version: "1.3.3",
88
elixir: "~> 1.13",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
start_permanent: Mix.env() == :prod,

0 commit comments

Comments
 (0)