From 09b02a01c1bd11c22aef2005685d4331b1446ff7 Mon Sep 17 00:00:00 2001 From: Philipp Date: Mon, 22 Apr 2024 15:20:51 +0200 Subject: [PATCH] Release Keila 0.14.1 --- CHANGELOG.md | 4 ++++ mix.exs | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c418c536..26856590 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,15 +2,19 @@ ## Unreleased +## Version 0.14.1 + ## Improved - Added new Gmail user agent to avoid tracking invalid clicks/opens - Return to list of unsubscribed/unreachable contacts after delete action from one of those pages. Implements #193 (thanks @digitalfredy for reporting) - It's now possible to choose between the US and EU API endpoints for Mailgun senders (thanks @harryfear for reporting) +- Improvements to German translation (thanks @dompie) ## Fixed - Clicking "Delete all" on the contacts list no longer causes a server error when no contacts have been selected. Fixes #260 (thanks @CSDUMMI for reporting) +- Fixed connection errors when using SMTP senders with STARTTLS (thanks @beep and @CodeOfTim for reporting) ## Version 0.14.0 diff --git a/mix.exs b/mix.exs index 2a66371e..3bd4d465 100644 --- a/mix.exs +++ b/mix.exs @@ -4,7 +4,7 @@ defmodule Keila.MixProject do def project do [ app: :keila, - version: "0.14.0", + version: "0.14.1", elixir: "~> 1.15", elixirc_paths: elixirc_paths(Mix.env()), compilers: [:phoenix] ++ Mix.compilers(),