We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 565fcc9 commit a5be393Copy full SHA for a5be393
CHANGELOG.md
@@ -3,13 +3,17 @@
3
## Unreleased
4
5
6
+## Version 0.14.11
7
+## Changed
8
+- Increased database timeout when inserting recipients to 60 seconds
9
+
10
11
## Version 0.14.10
12
## Changed
13
- The analytics UI now shows a maximum of 20 links to avoid performance issues
14
with large campaigns and individualized links
15
16
-
17
## Version 0.14.9
18
## Fixed
19
- Enabled translation of system strings on public forms.
mix.exs
@@ -4,7 +4,7 @@ defmodule Keila.MixProject do
def project do
[
app: :keila,
- version: "0.14.10",
+ version: "0.14.11",
elixir: "~> 1.15",
elixirc_paths: elixirc_paths(Mix.env()),
compilers: [:phoenix] ++ Mix.compilers(),
0 commit comments