From 35af3b08fbc83af6d4b81d000efc1109c238e873 Mon Sep 17 00:00:00 2001 From: Mat Trudel Date: Fri, 23 Feb 2024 15:28:03 -0500 Subject: [PATCH] Version bump to 1.3.4 --- CHANGELOG.md | 7 +++++++ mix.exs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b6770b8..5d129fe 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.3.4 (23 Feb 2024) + +### Fixes + +* Fix the ability to override default options (and not override hardcoded + options) for both TCP and SSL transports (#111, thanks @moogle19!) + ## 1.3.3 (21 Feb 2024) ### Changes diff --git a/mix.exs b/mix.exs index 9ca8f96..c674e7c 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule ThousandIsland.MixProject do def project do [ app: :thousand_island, - version: "1.3.3", + version: "1.3.4", elixir: "~> 1.13", elixirc_paths: elixirc_paths(Mix.env()), start_permanent: Mix.env() == :prod,