diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d129fe..aa56e8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.3.5 (24 Feb 2024) + +### Fixes + +* Fix regression on non-keyword options (such as `:inet6`) introduced in 1.3.4 + (#113, thanks @danschultzer!) + ## 1.3.4 (23 Feb 2024) ### Fixes diff --git a/mix.exs b/mix.exs index c674e7c..bdd8811 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do def project do [ app: :thousand_island, - version: "1.3.4", + version: "1.3.5", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,