Skip to content

Commit 09b02a0

Browse files
committed
Release Keila 0.14.1
1 parent dc60881 commit 09b02a0

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,19 @@
22

33
## Unreleased
44

5+
## Version 0.14.1
6+
57
## Improved
68
- Added new Gmail user agent to avoid tracking invalid clicks/opens
79
- Return to list of unsubscribed/unreachable contacts after delete action from
810
one of those pages. Implements #193 (thanks @digitalfredy for reporting)
911
- It's now possible to choose between the US and EU API endpoints for Mailgun senders (thanks @harryfear for reporting)
12+
- Improvements to German translation (thanks @dompie)
1013

1114
## Fixed
1215
- Clicking "Delete all" on the contacts list no longer causes a server error
1316
when no contacts have been selected. Fixes #260 (thanks @CSDUMMI for reporting)
17+
- Fixed connection errors when using SMTP senders with STARTTLS (thanks @beep and @CodeOfTim for reporting)
1418

1519

1620
## Version 0.14.0

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
44
def project do
55
[
66
app: :keila,
7-
version: "0.14.0",
7+
version: "0.14.1",
88
elixir: "~> 1.15",
99
elixirc_paths: elixirc_paths(Mix.env()),
1010
compilers: [:phoenix] ++ Mix.compilers(),

0 commit comments

Comments
 (0)